mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 09:22:21 +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; }
|
||||
|
||||
[JsonPropertyName("anotherPlayer")]
|
||||
public string AnotherPlayer { get; set; }
|
||||
public System.Text.Json.JsonElement AnotherPlayer { get; set; }
|
||||
}
|
||||
|
||||
public class Episode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user