mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2025-02-22 06:20:29 +00:00
Remove TvSeasonEpisode ShowId
This commit is contained in:
parent
705b49d28b
commit
adf0d67493
@ -35,9 +35,6 @@ namespace TMDbLib.Objects.Search
|
||||
[JsonProperty("season_number")]
|
||||
public int SeasonNumber { get; set; }
|
||||
|
||||
[JsonProperty("show_id")]
|
||||
public int ShowId { get; set; }
|
||||
|
||||
[JsonProperty("still_path")]
|
||||
public string StillPath { get; set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user