- 修复下载器监控问题
This commit is contained in:
jxxghp
2025-06-12 07:08:19 +08:00
parent b343c601be
commit 8ed87294e2
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -306,6 +306,7 @@ class QbittorrentModule(_ModuleBase, _DownloaderBase[Qbittorrent]):
))
else:
return None
return ret_torrents # noqa
def transfer_completed(self, hashs: str, downloader: Optional[str] = None) -> None:
"""