Skip to content

Commit

Permalink
Merge pull request #442 from revam/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvium authored Sep 17, 2023
2 parents 0aef0bc + 739e780 commit fbf6e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TMDbLib/Objects/TvShows/TvEpisodeBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ public class TvEpisodeBase : TvEpisodeInfo

[JsonProperty("vote_count")]
public int VoteCount { get; set; }

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

0 comments on commit fbf6e7e

Please sign in to comment.