mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix apis
This commit is contained in:
@@ -276,7 +276,7 @@ class QbittorrentModule(_ModuleBase, _DownloaderBase):
|
||||
return None
|
||||
server.set_torrents_tag(ids=hashs, tags=['已整理'])
|
||||
# 移动模式删除种子
|
||||
if settings.TRANSFER_TYPE in ["move", "rclone_move"]:
|
||||
if settings.TRANSFER_TYPE in ["move"]:
|
||||
if self.remove_torrents(hashs):
|
||||
logger.info(f"移动模式删除种子成功:{hashs} ")
|
||||
# 删除残留文件
|
||||
|
||||
Reference in New Issue
Block a user