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

New: Filter queue by status

(cherry picked from commit fb540040ef66e90c55b82539b85df378d6c76bd3)

Closes #10648
This commit is contained in:
Mark McDowall
2024-11-03 15:28:48 -08:00
committed by Bogdan
parent 3b9bd696fb
commit ff09da3a69
41 changed files with 118 additions and 42 deletions
@@ -201,6 +201,12 @@ export const defaultState = {
label: () => translate('Protocol'),
type: filterBuilderTypes.EQUAL,
valueType: filterBuilderValueTypes.PROTOCOL
},
{
name: 'status',
label: () => translate('Status'),
type: filterBuilderTypes.EQUAL,
valueType: filterBuilderValueTypes.QUEUE_STATUS
}
]
},