Series Details started

This commit is contained in:
Mark McDowall 2013-03-02 11:13:23 -08:00
commit bb27995eaf
20 changed files with 243 additions and 24 deletions

View file

@ -53,7 +53,5 @@ namespace NzbDrone.Core.Tv
public int EpisodeFileCount { get; set; }
public int SeasonCount { get; set; }
public DateTime? NextAiring { get; set; }
public List<Episode> Episodes { get; set; }
}
}