Skip to content

Commit

Permalink
Update tv_seasons.go (#55)
Browse files Browse the repository at this point in the history
add missing field
  • Loading branch information
brkyunlu authored Feb 15, 2024
1 parent 65dbbeb commit 668aecc
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 @@ -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"`
Expand Down

0 comments on commit 668aecc

Please sign in to comment.