New series ignore editor on Series/Details.

Styling works, backend saving not yet implemented.
This commit is contained in:
Mark McDowall 2011-08-03 00:26:39 -07:00
parent ec78c5be3e
commit c32346e6ea
8 changed files with 142 additions and 104 deletions

View file

@ -15,5 +15,6 @@ namespace NzbDrone.Web.Models
public String Status { get; set; }
public string AirDate { get; set; }
public String Quality { get; set; }
public bool Ignored { get; set; }
}
}