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:
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
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user