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

@ -227,8 +227,6 @@ namespace NzbDrone.Web.Controllers
var episodePath = String.Empty;
var episodeQuality = String.Empty;
if (e.EpisodeFile != null)
{
episodePath = e.EpisodeFile.Path;
@ -252,7 +250,8 @@ namespace NzbDrone.Web.Controllers
Path = episodePath,
EpisodeFileId = episodeFileId,
Status = e.Status.ToString(),
Quality = episodeQuality
Quality = episodeQuality,
Ignored = e.Ignored
});
}