From 988b83129e6ef59acfd6b981b8f1b5e813a87f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E4=BE=9D?= <46625336+onlyLTY@users.noreply.github.com> Date: Fri, 31 May 2024 00:57:52 +0800 Subject: [PATCH] feat tvseason aggregate credits field (#62) Add the aggregate credits fields in tv season --- tv_seasons.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tv_seasons.go b/tv_seasons.go index e13567e..a844195 100644 --- a/tv_seasons.go +++ b/tv_seasons.go @@ -43,6 +43,7 @@ type TVSeasonDetails struct { ID int64 `json:"id"` PosterPath string `json:"poster_path"` SeasonNumber int `json:"season_number"` + *TVAggregateCreditsAppend *TVSeasonCreditsAppend *TVSeasonExternalIDsAppend *TVSeasonImagesAppend