fix(filters): use correct property for tags (#61)

This commit is contained in:
Ludvig Lundgren 2022-01-01 22:08:23 +01:00 committed by GitHub
parent ae1f14d0a4
commit 739c80fed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ export interface Filter {
except_release_groups: string;
match_categories: string;
except_categories: string;
match_tags: string;
tags: string;
except_tags: string;
match_uploaders: string;
except_uploaders: string;