Skip to content

Commit

Permalink
seasoncount still exists
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jun 12, 2024
1 parent a770658 commit a6c0af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonarr/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ type Season struct {

// Statistics is part of AddSeriesInput and Queue.
type Statistics struct {
SeasonCount int `json:"seasonCount"`
EpisodeFileCount int `json:"episodeFileCount"`
EpisodeCount int `json:"episodeCount"`
TotalEpisodeCount int `json:"totalEpisodeCount"`
Expand Down

0 comments on commit a6c0af4

Please sign in to comment.