From 64dde8259d04f171216a4e3d0dd8e3ed002393ba Mon Sep 17 00:00:00 2001 From: Almog Hamdani Date: Tue, 6 Oct 2020 18:13:52 +0300 Subject: [PATCH] Fix torrent file normal priority value --- 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 c37562b..1f61be0 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 -`1` | Normal priority +`4` | Normal priority `6` | High priority `7` | Maximal priority