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

New: Episode Requested filter for Interactive Search

This commit is contained in:
Bogdan
2024-02-23 04:51:35 +02:00
committed by Mark McDowall
parent fa4c11a943
commit 7f09903a06
2 changed files with 7 additions and 0 deletions
@@ -250,6 +250,12 @@ export const defaultState = {
label: () => translate('SeasonPack'),
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.BOOL
},
{
name: 'episodeRequested',
label: () => translate('EpisodeRequested'),
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.BOOL
}
],