diff --git a/tv_seasons.go b/tv_seasons.go index aa2fe4e..e13567e 100644 --- a/tv_seasons.go +++ b/tv_seasons.go @@ -13,6 +13,7 @@ type TVSeasonDetails struct { Name string `json:"name"` Overview string `json:"overview"` ProductionCode string `json:"production_code"` + Runtime int `json:"runtime"` SeasonNumber int `json:"season_number"` ShowID int64 `json:"show_id"` StillPath string `json:"still_path"`