This commit is contained in:
thsrite
2023-10-17 16:27:29 +08:00
parent 3aac617f35
commit e018f77e37
2 changed files with 8 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class QbittorrentModule(_ModuleBase):
:param hashs: 种子Hash
:return: bool
"""
return self.qbittorrent.start_torrents(ids=hashs)
return self.qbittorrent.stop_torrents(ids=hashs)
def torrent_files(self, tid: str) -> Optional[TorrentFilesList]:
"""