Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.

This commit is contained in:
Mark McDowall 2011-09-28 10:56:30 -07:00
parent f014ddcfea
commit 6736afbeab
7 changed files with 144 additions and 12 deletions

View file

@ -21,6 +21,7 @@ namespace NzbDrone.Web.Models
public string Overview { get; set; }
public int Episodes { get; set; }
public bool HasBanner { get; set; }
public string NextAiring { get; set; }
public IList<int> Seasons { get; set; }