From be452eca6dc2d3a5b213b78efd0143f701f19eed Mon Sep 17 00:00:00 2001 From: Almog Hamdani Date: Wed, 7 Oct 2020 05:50:43 +0300 Subject: [PATCH] Fix torrent file normal priority value --- 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 1f61be0..425e1d9 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -1572,7 +1572,7 @@ Possible values of `priority`: Value | Description -----------|------------ `0` | Do not download -`4` | Normal priority +`1` | Normal priority `6` | High priority `7` | Maximal priority @@ -1585,7 +1585,7 @@ Example: "is_seed":false, "name":"debian-8.1.0-amd64-CD-1.iso", "piece_range":[0,1253], - "priority":4, + "priority":1, "progress":0, "size":657457152 }