feat(filters): add priority (#166)

This commit is contained in:
Ludvig Lundgren 2022-03-05 22:44:29 +01:00 committed by GitHub
parent 1374dd150c
commit 2dc02a4c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 5 deletions

View file

@ -7,6 +7,7 @@ interface Filter {
min_size: string;
max_size: string;
delay: number;
priority: number;
match_releases: string;
except_releases: string;
use_regex: boolean;