Added quality to Series detail view

This commit is contained in:
kay.one 2011-03-30 19:56:00 -07:00
parent d310c06f2e
commit 79a0f09b43
3 changed files with 15 additions and 8 deletions

View file

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Web;
using NzbDrone.Core.Repository.Quality;
namespace NzbDrone.Web.Models
{
@ -14,5 +15,7 @@ namespace NzbDrone.Web.Models
public string Overview { get; set; }
public string Path { get; set; }
public DateTime AirDate { get; set; }
public String Quality { get; set; }
}
}