feat(downloadclients): qBit add rule UploadSpeedThreshold (#633)

feat(downloadclients): qbit add rule upload speed threshold
This commit is contained in:
ze0s 2023-01-08 18:34:06 +01:00 committed by GitHub
parent 6194ca951c
commit d437f8455e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 12 deletions

View file

@ -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 {