feat(filters): add except origins (#396)

* feat(filters): add except origins

* feat(filters): add user origin
This commit is contained in:
ze0s 2022-08-03 12:47:32 +02:00 committed by GitHub
parent bd8db18a0e
commit 5d80e48b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 49 additions and 5 deletions

View file

@ -17,6 +17,7 @@ interface Filter {
except_release_groups: string;
scene: boolean;
origins: string[];
except_origins: string[];
freeleech: boolean;
freeleech_percent: string;
shows: string;