From 7aafcb3573c0565822217214ff9c7605a8e8f253 Mon Sep 17 00:00:00 2001 From: Daniel Stelter-Gliese Date: Sat, 23 Jan 2021 12:23:39 +0100 Subject: [PATCH] Fix data type of max_ratio_act (0/1 vs true/false) --- WebUI-API-(qBittorrent-4.1).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebUI-API-(qBittorrent-4.1).md b/WebUI-API-(qBittorrent-4.1).md index 97e84ad..c0a975a 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -385,7 +385,7 @@ Property | Type | Description `slow_torrent_inactive_timer` | integer | Seconds a torrent should be inactive before considered "slow" `max_ratio_enabled` | bool | True if share ratio limit is enabled `max_ratio` | float | Get the global share ratio limit -`max_ratio_act` | bool | Action performed when a torrent reaches the maximum share ratio. See list of possible values here below. +`max_ratio_act` | integer | Action performed when a torrent reaches the maximum share ratio. See list of possible values here below. `listen_port` | integer | Port for incoming connections `upnp` | bool | True if UPnP/NAT-PMP is enabled `random_port` | bool | True if the port is randomly selected