fix qb下载按文件循序下载

This commit is contained in:
thsrite 2023-08-28 10:00:29 +08:00
parent 9d4bec7d81
commit e405c98bae

View File

@ -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: