1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

New: Filter by Custom Format Score in Interactive Search

Closes #7825

(cherry picked from commit 998768bcf2c3308611a05a4518e7ef3fbcb473cc)
This commit is contained in:
Mark McDowall 2022-12-02 23:06:08 -08:00 committed by Qstick
parent f61f2c89dc
commit 327e18bc7a

View File

@ -201,6 +201,11 @@ export const defaultState = {
return genreList.sort(sortByName);
}
},
{
name: 'customFormatScore',
label: translate('CustomFormatScore'),
type: filterBuilderTypes.NUMBER
},
{
name: 'rejectionCount',
label: translate('RejectionCount'),