Resync'd UI and API

This commit is contained in:
Mark McDowall 2013-04-21 18:21:24 -07:00
commit 000b7bf9e0
7 changed files with 19 additions and 11 deletions

View file

@ -52,7 +52,7 @@ namespace NzbDrone.Api.Series
s.EpisodeCount = stats.EpisodeCount;
s.EpisodeFileCount = stats.EpisodeFileCount;
s.SeasonsCount = stats.NumberOfSeasons;
s.SeasonCount = stats.SeasonCount;
s.NextAiring = stats.NextAiring;
}