mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Added season name for output formatting
This commit is contained in:
parent
8525b913b8
commit
668c673750
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ type formatInformation struct {
|
||||||
|
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
SeriesName string `json:"series_name"`
|
SeriesName string `json:"series_name"`
|
||||||
|
SeasonName string `json:"season_name"`
|
||||||
SeasonNumber int `json:"season_number"`
|
SeasonNumber int `json:"season_number"`
|
||||||
EpisodeNumber int `json:"episode_number"`
|
EpisodeNumber int `json:"episode_number"`
|
||||||
Resolution string `json:"resolution"`
|
Resolution string `json:"resolution"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue