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
@@ -30,7 +30,7 @@ class TransmissionModule(_ModuleBase):
if not downloaders:
return
for server in downloaders:
if server.type == "transmission":
if server.type == "transmission" and server.enabled:
self._servers[server.name] = Transmission(**server.config)
if server.default:
self._default_server_name = server.name