mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-23 05:40:12 +00:00
Added vote average to TvSeason
This commit is contained in:
parent
31de56e9c9
commit
afae4bfbe5
@ -44,6 +44,9 @@ namespace TMDbLib.Objects.TvShows
|
||||
[JsonProperty("season_number")]
|
||||
public int SeasonNumber { get; set; }
|
||||
|
||||
[JsonProperty("vote_average")]
|
||||
public double VoteAverage { get; set; }
|
||||
|
||||
[JsonProperty("videos")]
|
||||
public ResultContainer<Video> Videos { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user