Added Episodes of Episodes Total progress bar to Series Grid.

This commit is contained in:
Mark McDowall 2011-06-01 20:36:30 -07:00
parent 1411cac54a
commit fdfd0a2153
5 changed files with 166 additions and 64 deletions

View file

@ -18,6 +18,8 @@ namespace NzbDrone.Web.Models
public string AirsDayOfWeek { get; set; }
public string QualityProfileName { get; set; }
public string Overview { get; set; }
public int Episodes { get; set; }
public int EpisodeTotal { get; set; }
//View & Edit
[DisplayName("Path")]