fix 目录监控获取真实download_hash

This commit is contained in:
thsrite
2023-08-20 20:53:54 +08:00
parent e0497f590a
commit aa27af811f
4 changed files with 53 additions and 16 deletions

View File

@ -319,7 +319,7 @@ class ChainBase(metaclass=ABCMeta):
def torrent_files(self, tid: str) -> Optional[Union[TorrentFilesList, List[File]]]:
"""
根据种子文件,选择并添加下载任务
获取种子文件
:param tid: 种子Hash
:return: 种子文件
"""