mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(filters): RED and OPS fetch record label from API (#1881)
* feat(filters): RED and OPS fetch record label from API * test: add record label to RED and OPS test data * refactor: record label check --------- Co-authored-by: ze0s <ze0s@riseup.net>
This commit is contained in:
parent
221bc35371
commit
d153ac44b8
16 changed files with 380 additions and 154 deletions
2
web/src/types/Filter.d.ts
vendored
2
web/src/types/Filter.d.ts
vendored
|
@ -62,6 +62,8 @@ interface Filter {
|
|||
except_categories: string;
|
||||
match_uploaders: string;
|
||||
except_uploaders: string;
|
||||
match_record_labels: string;
|
||||
except_record_labels: string;
|
||||
match_language: string[];
|
||||
except_language: string[];
|
||||
tags: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue