This commit is contained in:
jxxghp
2024-08-16 13:41:19 +08:00
parent af88618fbd
commit c030f52418
6 changed files with 45 additions and 10 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ class TransmissionModule(_ModuleBase, _DownloaderBase):
tags = ['已整理']
server.set_torrent_tag(ids=hashs, tags=tags)
# 移动模式删除种子
if settings.TRANSFER_TYPE in ["move", "rclone_move"]:
if settings.TRANSFER_TYPE in ["move"]:
if self.remove_torrents(hashs):
logger.info(f"移动模式删除种子成功:{hashs} ")
# 删除残留文件