Skip to content

Commit

Permalink
Add Runtime property to TV Season Episode
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 committed Nov 13, 2023
1 parent 3f6c219 commit 34760b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TMDbLib/Objects/Search/TvSeasonEpisode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public class TvSeasonEpisode
[JsonProperty("production_code")]
public string ProductionCode { get; set; }

[JsonProperty("runtime")]
public int Runtime { get; set; }

[JsonProperty("season_number")]
public int SeasonNumber { get; set; }

Expand Down

0 comments on commit 34760b8

Please sign in to comment.