mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Missing episodes series filter
This commit is contained in:
committed by
Mark McDowall
parent
8e429239a8
commit
a3ade09964
@@ -63,6 +63,11 @@ var Collection = PageableCollection.extend({
|
||||
'monitored' : [
|
||||
'monitored',
|
||||
true
|
||||
],
|
||||
'missing' : [
|
||||
'percentOfEpisodes',
|
||||
100,
|
||||
'lt'
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user