mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
New series ignore editor on Series/Details.
Styling works, backend saving not yet implemented.
This commit is contained in:
parent
ec78c5be3e
commit
c32346e6ea
8 changed files with 142 additions and 104 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue