This commit is contained in:
jxxghp
2024-05-27 11:16:41 +08:00
parent 8d82d0f4fd
commit 1425b15333
4 changed files with 36 additions and 12 deletions

View File

@ -242,7 +242,7 @@ class QbittorrentModule(_ModuleBase):
return None
return ret_torrents
def transfer_completed(self, hashs: Union[str, list], path: Path = None,
def transfer_completed(self, hashs: str, path: Path = None,
downloader: str = settings.DEFAULT_DOWNLOADER) -> None:
"""
转移完成后的处理