mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-11 02:31:25 +08:00
fix(push): correct client type
This commit is contained in:
@@ -20,7 +20,7 @@ class SynologyChatModule(_ModuleBase, _MessageBase):
|
||||
self._configs = {}
|
||||
self._clients = {}
|
||||
for client in clients:
|
||||
if client.type == "slack" and client.enabled:
|
||||
if client.type == "synologychat" and client.enabled:
|
||||
self._configs[client.name] = client
|
||||
self._clients[client.name] = SynologyChat(**client.config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user