mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(filters): add priority (#166)
This commit is contained in:
parent
1374dd150c
commit
2dc02a4c02
5 changed files with 20 additions and 5 deletions
|
@ -32,6 +32,7 @@ type Filter struct {
|
|||
MinSize string `json:"min_size"`
|
||||
MaxSize string `json:"max_size"`
|
||||
Delay int `json:"delay"`
|
||||
Priority int32 `json:"priority"`
|
||||
MatchReleases string `json:"match_releases"`
|
||||
ExceptReleases string `json:"except_releases"`
|
||||
UseRegex bool `json:"use_regex"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue