New: Added Network to Series Grid.

Fixed logging for RetentionSpecification.
This commit is contained in:
Mark McDowall 2012-02-28 23:20:40 -08:00
commit 4d918ff683
8 changed files with 27 additions and 4 deletions

View file

@ -26,6 +26,7 @@ namespace NzbDrone.Web.Models
public string NextAiring { get; set; }
public string NextAiringSorter { get; set; }
public string Details { get; set; }
public string Network { get; set; }
public IList<int> Seasons { get; set; }