mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix: 修复订阅中文件加载失败的问题
- 修正哈希值字段名 可能存在的问题: 依赖网络获取信息
This commit is contained in:
@@ -1209,7 +1209,7 @@ class SubscribeChain(ChainBase):
|
|||||||
if download_his:
|
if download_his:
|
||||||
for his in 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:
|
if files:
|
||||||
for file in files:
|
for file in files:
|
||||||
# 识别文件名
|
# 识别文件名
|
||||||
|
|||||||
Reference in New Issue
Block a user