This commit is contained in:
thsrite
2023-08-12 22:39:29 +08:00
parent ce8ac4c614
commit ec48da1a1c
5 changed files with 6 additions and 11 deletions

View File

@ -265,7 +265,7 @@ class Qbittorrent(metaclass=Singleton):
logger.error(f"删除种子出错:{err}")
return False
def get_files(self, tid: str) -> Optional[TorrentFilesList]:
def torrent_files(self, tid: str) -> Optional[TorrentFilesList]:
"""
获取种子文件清单
"""