diff --git a/tv.go b/tv.go index c93b235..0ad6b51 100644 --- a/tv.go +++ b/tv.go @@ -80,13 +80,14 @@ type TVDetails struct { Name string `json:"name"` } `json:"production_countries"` Seasons []struct { - AirDate string `json:"air_date"` - EpisodeCount int `json:"episode_count"` - ID int64 `json:"id"` - Name string `json:"name"` - Overview string `json:"overview"` - PosterPath string `json:"poster_path"` - SeasonNumber int `json:"season_number"` + AirDate string `json:"air_date"` + EpisodeCount int `json:"episode_count"` + ID int64 `json:"id"` + Name string `json:"name"` + Overview string `json:"overview"` + PosterPath string `json:"poster_path"` + SeasonNumber int `json:"season_number"` + VoteAverage float32 `json:"vote_average"` } `json:"seasons"` Status string `json:"status"` Tagline string `json:"tagline"`