mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
New series ignore editor on Series/Details.
Styling works, backend saving not yet implemented.
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user