mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-09 05:39:03 +08:00
Merge pull request #2849 from wikrin/dev
This commit is contained in:
@@ -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:
|
||||
# 识别文件名
|
||||
|
||||
@@ -1104,7 +1104,7 @@ class FileManagerModule(_ModuleBase):
|
||||
fileitem = storage_oper.get_item(media_path)
|
||||
if not fileitem:
|
||||
continue
|
||||
media_files = storage_oper.list(fileitem)
|
||||
media_files = self.list_files(fileitem, True)
|
||||
if media_files:
|
||||
ret_fileitems.extend(media_files)
|
||||
return ret_fileitems
|
||||
|
||||
Reference in New Issue
Block a user