mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Added new api fields
This commit is contained in:
parent
d1235fea1a
commit
30e8663186
2 changed files with 38 additions and 21 deletions
15
episode.go
15
episode.go
|
|
@ -12,10 +12,17 @@ type Episode struct {
|
|||
|
||||
siteCache map[string]interface{}
|
||||
|
||||
ID string `json:"id"`
|
||||
SeriesID string `json:"series_id"`
|
||||
SeriesTitle string `json:"series_title"`
|
||||
SeasonNumber int `json:"season_number"`
|
||||
ID string `json:"id"`
|
||||
ChannelID string `json:"channel_id"`
|
||||
|
||||
SeriesID string `json:"series_id"`
|
||||
SeriesTitle string `json:"series_title"`
|
||||
SeriesSlugTitle string `json:"series_slug_title"`
|
||||
|
||||
SeasonID string `json:"season_id"`
|
||||
SeasonTitle string `json:"season_title"`
|
||||
SeasonSlugTitle string `json:"season_slug_title"`
|
||||
SeasonNumber int `json:"season_number"`
|
||||
|
||||
Episode string `json:"episode"`
|
||||
EpisodeNumber int `json:"episode_number"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue