From 008e7008696a72464dd82b760727bdb53a398c8d Mon Sep 17 00:00:00 2001 From: Vladimir Golovnev Date: Tue, 9 Mar 2021 20:18:19 +0300 Subject: [PATCH] Updated WebUI API (qBittorrent 4.1) (markdown) --- WebUI-API-(qBittorrent-4.1).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebUI-API-(qBittorrent-4.1).md b/WebUI-API-(qBittorrent-4.1).md index c554a55..6ec7e07 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -1880,8 +1880,8 @@ Property | Type | Description `rename` _optional_ | string | Rename torrent `upLimit` _optional_ | integer | Set torrent upload speed limit. Unit in bytes/second `dlLimit` _optional_ | integer | Set torrent download speed limit. Unit in bytes/second -`ratioLimit` _optional_ (_since 2.8.1_) | float | Set torrent share ratio limit -`seedingTimeLimit` _optional_ (_since 2.8.1_) | integer | Set torrent seeding time limit. Unit in seconds +`ratioLimit` _optional_ since 2.8.1 | float | Set torrent share ratio limit +`seedingTimeLimit` _optional_ since 2.8.1 | integer | Set torrent seeding time limit. Unit in seconds `autoTMM` _optional_ | bool | Whether Automatic Torrent Management should be used `sequentialDownload` _optional_ | string | Enable sequential download. Possible values are `true`, `false` (default) `firstLastPiecePrio` _optional_ | string | Prioritize download first last piece. Possible values are `true`, `false` (default)