fix qb下载按文件循序下载
This commit is contained in:
parent
9d4bec7d81
commit
e405c98bae
@ -219,6 +219,7 @@ class Qbittorrent(metaclass=Singleton):
|
|||||||
is_paused=is_paused,
|
is_paused=is_paused,
|
||||||
tags=tags,
|
tags=tags,
|
||||||
use_auto_torrent_management=is_auto,
|
use_auto_torrent_management=is_auto,
|
||||||
|
is_sequential_download=True,
|
||||||
cookie=cookie)
|
cookie=cookie)
|
||||||
return True if qbc_ret and str(qbc_ret).find("Ok") != -1 else False
|
return True if qbc_ret and str(qbc_ret).find("Ok") != -1 else False
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user