Added episode status to episode grid

This commit is contained in:
kay.one 2011-05-22 10:29:10 -07:00
parent a4f8947d90
commit 7b56711a4f
5 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,5 @@
using System;
using NzbDrone.Core.Model;
namespace NzbDrone.Web.Models
{
@ -10,6 +11,7 @@ namespace NzbDrone.Web.Models
public int SeasonNumber { get; set; }
public string Overview { get; set; }
public string Path { get; set; }
public String Status { get; set; }
public DateTime AirDate { get; set; }
public String Quality { get; set; }