fix messages

This commit is contained in:
jxxghp
2024-07-02 13:50:41 +08:00
parent 9484093d22
commit 15a7297099
26 changed files with 555 additions and 233 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class QbittorrentModule(_ModuleBase):
if not downloaders:
return
for server in downloaders:
if server.type == "qbittorrent":
if server.type == "qbittorrent" and server.enabled:
self._servers[server.name] = Qbittorrent(**server.config)
if server.default:
self._default_server_name = server.name