Skip to content

Commit

Permalink
Update tv.go (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyunlu authored Mar 22, 2024
1 parent 73b4196 commit 1bfd921
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tv.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ type TVDetails struct {
Name string `json:"name"`
} `json:"production_countries"`
Seasons []struct {
AirDate string `json:"air_date"`
EpisodeCount int `json:"episode_count"`
ID int64 `json:"id"`
Name string `json:"name"`
Overview string `json:"overview"`
PosterPath string `json:"poster_path"`
SeasonNumber int `json:"season_number"`
AirDate string `json:"air_date"`
EpisodeCount int `json:"episode_count"`
ID int64 `json:"id"`
Name string `json:"name"`
Overview string `json:"overview"`
PosterPath string `json:"poster_path"`
SeasonNumber int `json:"season_number"`
VoteAverage float32 `json:"vote_average"`
} `json:"seasons"`
Status string `json:"status"`
Tagline string `json:"tagline"`
Expand Down

0 comments on commit 1bfd921

Please sign in to comment.