mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(filters): add priority (#166)
This commit is contained in:
parent
1374dd150c
commit
2dc02a4c02
5 changed files with 20 additions and 5 deletions
1
web/src/types/Filter.d.ts
vendored
1
web/src/types/Filter.d.ts
vendored
|
@ -7,6 +7,7 @@ interface Filter {
|
|||
min_size: string;
|
||||
max_size: string;
|
||||
delay: number;
|
||||
priority: number;
|
||||
match_releases: string;
|
||||
except_releases: string;
|
||||
use_regex: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue