Skip to content

Commit

Permalink
Merge pull request #469 from jonjomckay/patch-1
Browse files Browse the repository at this point in the history
Added vote average to TvSeason
  • Loading branch information
Shadowghost authored Dec 4, 2023
2 parents 7292f2e + afae4bf commit 79955e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TMDbLib/Objects/TvShows/TvSeason.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public class TvSeason
[JsonProperty("season_number")]
public int SeasonNumber { get; set; }

[JsonProperty("vote_average")]
public double VoteAverage { get; set; }

[JsonProperty("videos")]
public ResultContainer<Video> Videos { get; set; }

Expand Down

0 comments on commit 79955e8

Please sign in to comment.