fix: 修复订阅中文件加载失败的问题

- 修正哈希值字段名
可能存在的问题: 依赖网络获取信息
This commit is contained in:
Attente
2024-10-14 05:44:50 +08:00
parent 9a8e0a256a
commit 3909bb6393

View File

@@ -1209,7 +1209,7 @@ class SubscribeChain(ChainBase):
if download_his:
for his in download_his:
# 查询下载文件
files = self.downloadhis.get_files_by_hash(his.hash)
files = self.downloadhis.get_files_by_hash(his.download_hash)
if files:
for file in files:
# 识别文件名