mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix:整理失败时也打上已整理标签
This commit is contained in:
@@ -859,8 +859,9 @@ class TransferChain(ChainBase, metaclass=Singleton):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# 设置下载任务状态
|
# 设置下载任务状态
|
||||||
if state:
|
if not state:
|
||||||
self.transfer_completed(hashs=torrent.hash, downloader=torrent.downloader)
|
logger.warn(f"整理下载器任务失败:{torrent.hash} - {errmsg}")
|
||||||
|
self.transfer_completed(hashs=torrent.hash, downloader=torrent.downloader)
|
||||||
|
|
||||||
# 结束
|
# 结束
|
||||||
logger.info("所有下载器中下载完成的文件已整理完成")
|
logger.info("所有下载器中下载完成的文件已整理完成")
|
||||||
|
|||||||
Reference in New Issue
Block a user