mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-06 20:42:43 +08:00
fix webhook插件开关
This commit is contained in:
@@ -133,7 +133,7 @@ class WebHook(_PluginBase):
|
||||
"""
|
||||
向第三方Webhook发送请求
|
||||
"""
|
||||
if not self._webhook_url:
|
||||
if not self._enabled or not self._webhook_url:
|
||||
return
|
||||
|
||||
def __to_dict(_event):
|
||||
|
||||
Reference in New Issue
Block a user