mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
add freeleech toggle (#8)
This commit is contained in:
parent
9eccc6b5e2
commit
07a9583ddf
2 changed files with 127 additions and 41 deletions
|
@ -58,6 +58,8 @@ export interface Filter {
|
|||
except_tags: string;
|
||||
match_uploaders: string;
|
||||
except_uploaders: string;
|
||||
freeleech: boolean;
|
||||
freeleech_percent: string;
|
||||
actions: Action[];
|
||||
indexers: Indexer[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue