mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: Filter by Custom Format Score in Interactive Search
Closes #7825 (cherry picked from commit 998768bcf2c3308611a05a4518e7ef3fbcb473cc)
This commit is contained in:
@@ -201,6 +201,11 @@ export const defaultState = {
|
||||
return genreList.sort(sortByName);
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'customFormatScore',
|
||||
label: translate('CustomFormatScore'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
},
|
||||
{
|
||||
name: 'rejectionCount',
|
||||
label: translate('RejectionCount'),
|
||||
|
||||
Reference in New Issue
Block a user