From e405c98bae3bc294056a5e6b4f76cc5b3a831004 Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 28 Aug 2023 10:00:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20qb=E4=B8=8B=E8=BD=BD=E6=8C=89=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=BE=AA=E5=BA=8F=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/qbittorrent/qbittorrent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/qbittorrent/qbittorrent.py b/app/modules/qbittorrent/qbittorrent.py index 55a845c6..8f512037 100644 --- a/app/modules/qbittorrent/qbittorrent.py +++ b/app/modules/qbittorrent/qbittorrent.py @@ -219,6 +219,7 @@ class Qbittorrent(metaclass=Singleton): is_paused=is_paused, tags=tags, use_auto_torrent_management=is_auto, + is_sequential_download=True, cookie=cookie) return True if qbc_ret and str(qbc_ret).find("Ok") != -1 else False except Exception as err: