1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Filter queue by status

Closes #7196
This commit is contained in:
Mark McDowall
2024-11-03 15:28:48 -08:00
committed by Mark McDowall
parent b8af3af9f1
commit fb540040ef
12 changed files with 116 additions and 11 deletions
@@ -212,6 +212,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
}
]
}