Allow optional hak releases
This commit is contained in:
@@ -53,6 +53,7 @@ type HAKConfig struct {
|
||||
Priority int `json:"priority"`
|
||||
MaxBytes int64 `json:"max_bytes"`
|
||||
Split bool `json:"split"`
|
||||
Optional bool `json:"optional,omitempty"`
|
||||
Include []string `json:"include"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user