mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09: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
1
web/src/types/Download.d.ts
vendored
1
web/src/types/Download.d.ts
vendored
|
@ -25,6 +25,7 @@ interface DownloadClientRules {
|
|||
max_active_downloads: number;
|
||||
ignore_slow_torrents: boolean;
|
||||
download_speed_threshold: number;
|
||||
upload_speed_threshold: number;
|
||||
}
|
||||
|
||||
interface DownloadClientBasicAuth {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue