From 00539df6f232ef8cda329097513ab67696bbf52f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 25 Sep 2022 13:04:51 +0800 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 509c63a..969b7ce 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -1905,7 +1905,7 @@ Property | Type | Description `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 +`seedingTimeLimit` _optional_ since 2.8.1 | integer | Set torrent seeding time limit. Unit in minutes `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) @@ -2197,7 +2197,7 @@ hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32|284b83c9c7935002391129fd97f43db5 `hashes` can contain multiple hashes separated by `|` or set to `all` `ratioLimit` is the max ratio the torrent should be seeded until. `-2` means the global limit should be used, `-1` means no limit. -`seedingTimeLimit` is the max amount of time the torrent should be seeded. `-2` means the global limit should be used, `-1` means no limit. +`seedingTimeLimit` is the max amount of time (minutes) the torrent should be seeded. `-2` means the global limit should be used, `-1` means no limit. **Returns:**