mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(filters): filtering for raw releaseTags (#506)
feat(filters): add releaseTags filtering
This commit is contained in:
parent
dbabb26b83
commit
5183f7683a
7 changed files with 166 additions and 18 deletions
3
web/src/types/Filter.d.ts
vendored
3
web/src/types/Filter.d.ts
vendored
|
@ -15,6 +15,9 @@ interface Filter {
|
|||
use_regex: boolean;
|
||||
match_release_groups: string;
|
||||
except_release_groups: string;
|
||||
match_release_tags: string;
|
||||
except_release_tags: string;
|
||||
use_regex_release_tags: boolean;
|
||||
scene: boolean;
|
||||
origins: string[];
|
||||
except_origins: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue