mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
fix(filters): use correct property for tags (#61)
This commit is contained in:
parent
ae1f14d0a4
commit
739c80fed9
2 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ export interface Filter {
|
|||
except_release_groups: string;
|
||||
match_categories: string;
|
||||
except_categories: string;
|
||||
match_tags: string;
|
||||
tags: string;
|
||||
except_tags: string;
|
||||
match_uploaders: string;
|
||||
except_uploaders: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue