mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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