mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix
This commit is contained in:
@@ -631,7 +631,7 @@ class DownloadChain(ChainBase):
|
||||
获取种子文件清单
|
||||
"""
|
||||
try:
|
||||
return self.get_torrent_files(tid=tid)
|
||||
return self.torrent_files(tid=tid)
|
||||
except Exception as err:
|
||||
logger.error(f"获取种子文件列表出错:{err}")
|
||||
return []
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user