1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Added "Season Pack" to Interactive Search custom filters

Closes #4780
This commit is contained in:
Yaroslav Veremenko
2021-12-17 20:45:45 -07:00
committed by GitHub
parent f948a59f6f
commit 39192a6622
@@ -200,6 +200,12 @@ export const defaultState = {
name: 'rejectionCount',
label: 'Rejection Count',
type: filterBuilderTypes.NUMBER
},
{
name: 'fullSeason',
label: 'Season Pack',
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.BOOL
}
],