Remove TvSeasonEpisode ShowId

This commit is contained in:
Michael Bisbjerg 2016-08-09 23:19:44 +02:00
parent 705b49d28b
commit adf0d67493

View File

@ -34,10 +34,7 @@ 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; }