mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 04:50:56 +02:00
Merge 507c691e27 into 510cbe54e8
This commit is contained in:
commit
093ec1e3a1
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