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

@ -6,7 +6,7 @@ namespace NzbDrone.Core.SeriesStats
public class SeriesStatistics : ResultSet
{
public int SeriesId { get; set; }
public int NumberOfSeasons { get; set; }
public int SeasonCount { get; set; }
public string NextAiringString { get; set; }
public int EpisodeFileCount { get; set; }
public int EpisodeCount { get; set; }