Skip to content

Commit

Permalink
Merge pull request #48 from fancybits/add-episode-runtime
Browse files Browse the repository at this point in the history
add runtime for tv episodes
  • Loading branch information
cyruzin authored Dec 19, 2023
2 parents 1ed08b9 + c72e6b9 commit 6d49d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tv_episodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type TVEpisodeDetails struct {
Overview string `json:"overview"`
ID int64 `json:"id"`
ProductionCode string `json:"production_code"`
Runtime int `json:"runtime"`
SeasonNumber int `json:"season_number"`
StillPath string `json:"still_path"`
VoteAverage float32 `json:"vote_average"`
Expand Down

0 comments on commit 6d49d56

Please sign in to comment.