mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 00:46:57 +08:00
更新 __init__.py
This commit is contained in:
@@ -150,7 +150,7 @@ class QbittorrentModule(_ModuleBase, _DownloaderBase[Qbittorrent]):
|
|||||||
# 添加任务
|
# 添加任务
|
||||||
state = server.add_torrent(
|
state = server.add_torrent(
|
||||||
content=content,
|
content=content,
|
||||||
download_dir= download_dir.as_posix(),
|
download_dir=download_dir.as_posix(),
|
||||||
is_paused=is_paused,
|
is_paused=is_paused,
|
||||||
tag=tags,
|
tag=tags,
|
||||||
cookie=cookie,
|
cookie=cookie,
|
||||||
|
|||||||
Reference in New Issue
Block a user