mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
@@ -156,6 +156,10 @@ export const filterPredicates = {
|
||||
return dateFilterPredicate(item.digitalRelease, filterValue, type);
|
||||
},
|
||||
|
||||
releaseDate: function(item, filterValue, type) {
|
||||
return dateFilterPredicate(item.releaseDate, filterValue, type);
|
||||
},
|
||||
|
||||
tmdbRating: function({ ratings = {} }, filterValue, type) {
|
||||
const predicate = filterTypePredicates[type];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user