New: AirTime will be shown in Series grid details.

This commit is contained in:
Mark McDowall 2012-04-14 17:55:17 -07:00
parent ac728667ec
commit 4947252f93
4 changed files with 6 additions and 3 deletions

View file

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