mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Added filtering to the missing View.
This commit is contained in:
parent
0f170e8a03
commit
7b4ac03748
2 changed files with 14 additions and 6 deletions
|
@ -29,7 +29,7 @@ namespace NzbDrone.Web.Controllers
|
|||
//TODO: possible subsonic bug, IQuarible causes some issues so ToList() is called
|
||||
//https://github.com/subsonic/SubSonic-3.0/issues/263
|
||||
|
||||
var missing = _episodeProvider.EpisodesWithoutFiles(false).Select(e => new MissingEpisodeModel
|
||||
var missing = _episodeProvider.EpisodesWithoutFiles(true).Select(e => new MissingEpisodeModel
|
||||
{
|
||||
EpisodeId = e.EpisodeId,
|
||||
SeasonNumber = e.SeasonNumber,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue