mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Allow "is not" on activity queue custom filters
This commit is contained in:
parent
5bde924239
commit
507c691e27
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ export const possibleFilterTypes: Record<
|
|||
key: 'equal',
|
||||
value: () => translate('FilterIs'),
|
||||
},
|
||||
{
|
||||
key: 'notEqual',
|
||||
value: () => translate('FilterIsNot'),
|
||||
},
|
||||
],
|
||||
|
||||
exact: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue