Banner is now shown on Details view.

This commit is contained in:
Mark McDowall 2011-09-10 16:01:15 -07:00
commit f8ae95d36f
4 changed files with 28 additions and 3 deletions

View file

@ -20,6 +20,7 @@ namespace NzbDrone.Web.Models
public string QualityProfileName { get; set; }
public string Overview { get; set; }
public int Episodes { get; set; }
public bool HasBanner { get; set; }
public IList<int> Seasons { get; set; }