mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
refactor(filters): music sources to media (#104)
This commit is contained in:
parent
373c85f060
commit
9b85f512e5
8 changed files with 145 additions and 35 deletions
1
web/src/types/Action.d.ts
vendored
1
web/src/types/Action.d.ts
vendored
|
@ -36,6 +36,7 @@ interface Filter {
|
|||
match_release_types: string[];
|
||||
quality: string[];
|
||||
formats: string[];
|
||||
media: string[];
|
||||
match_hdr: string[];
|
||||
except_hdr: string[];
|
||||
log_score: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue