mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
New: Filter by Custom Format Score in Interactive Search
Closes #7825 (cherry picked from commit 998768bcf2c3308611a05a4518e7ef3fbcb473cc)
This commit is contained in:
parent
f61f2c89dc
commit
327e18bc7a
1 changed files with 5 additions and 0 deletions
|
@ -201,6 +201,11 @@ export const defaultState = {
|
|||
return genreList.sort(sortByName);
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'customFormatScore',
|
||||
label: translate('CustomFormatScore'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
},
|
||||
{
|
||||
name: 'rejectionCount',
|
||||
label: translate('RejectionCount'),
|
||||
|
|
Loading…
Reference in a new issue