add freeleech toggle (#8)

This commit is contained in:
Ludvig Lundgren 2021-08-15 18:13:11 +02:00 committed by GitHub
parent 9eccc6b5e2
commit 07a9583ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 127 additions and 41 deletions

View file

@ -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[];
}