mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed series filter 'missing' since percentOfEpisodes isn't always set.
This commit is contained in:
@@ -65,9 +65,9 @@ var Collection = PageableCollection.extend({
|
||||
true
|
||||
],
|
||||
'missing' : [
|
||||
'percentOfEpisodes',
|
||||
100,
|
||||
'lt'
|
||||
null,
|
||||
null,
|
||||
function(model) { return model.get('episodeCount') !== model.get('episodeFileCount'); }
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user