Skip to content

Commit

Permalink
feat tvseason aggregate credits field (#62)
Browse files Browse the repository at this point in the history
Add the aggregate credits fields in tv season
  • Loading branch information
onlyLTY authored May 30, 2024
1 parent 75c33a2 commit 988b831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tv_seasons.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988b831

Please sign in to comment.