mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(downloadclients): qBit add rule UploadSpeedThreshold (#633)
feat(downloadclients): qbit add rule upload speed threshold
This commit is contained in:
parent
6194ca951c
commit
d437f8455e
4 changed files with 35 additions and 12 deletions
|
@ -48,6 +48,7 @@ type DownloadClientRules struct {
|
|||
MaxActiveDownloads int `json:"max_active_downloads"`
|
||||
IgnoreSlowTorrents bool `json:"ignore_slow_torrents"`
|
||||
DownloadSpeedThreshold int64 `json:"download_speed_threshold"`
|
||||
UploadSpeedThreshold int64 `json:"upload_speed_threshold"`
|
||||
}
|
||||
|
||||
type BasicAuth struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue