mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
Change AnotherPlayer property type from string to JsonElement in AnimeON models
This commit is contained in:
parent
9d2588af86
commit
c7a2cb47df
@ -72,7 +72,7 @@ namespace AnimeON.Models
|
|||||||
public List<Episode> Episodes { get; set; }
|
public List<Episode> Episodes { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("anotherPlayer")]
|
[JsonPropertyName("anotherPlayer")]
|
||||||
public string AnotherPlayer { get; set; }
|
public System.Text.Json.JsonElement AnotherPlayer { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Episode
|
public class Episode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user