This commit is contained in:
thsrite 2023-08-21 13:12:28 +08:00
parent 6f927be081
commit 7b0ba6112e

View File

@ -329,7 +329,7 @@ class DirMonitor(_PluginBase):
torrent_file_name = file.name torrent_file_name = file.name
if str(file_name) == str(os.path.basename(torrent_file_name)): if str(file_name) == str(os.path.basename(torrent_file_name)):
return his.download_hash return his.download_hash
else:
# 尝试获取下载任务补充download_hash # 尝试获取下载任务补充download_hash
logger.debug(f"转移记录 {src} 缺失download_hash尝试补充……") logger.debug(f"转移记录 {src} 缺失download_hash尝试补充……")