From 6368ad7b9510b03b9d4bfc5779c69578b4eef704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E4=BE=9D?= <46625336+onlyLTY@users.noreply.github.com> Date: Thu, 30 May 2024 10:23:01 +0800 Subject: [PATCH] feat tvseason aggregate credits field 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