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
commit 6736afbeab
7 changed files with 144 additions and 12 deletions

View file

@ -61,5 +61,8 @@ namespace NzbDrone.Core.Repository
[ResultColumn]
public int SeasonCount { get; set; }
[ResultColumn]
public DateTime? NextAiring { get; set; }
}
}