mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
fix webpush switch
This commit is contained in:
@@ -27,7 +27,7 @@ class WebPushModule(_ModuleBase):
|
||||
return True, ""
|
||||
|
||||
def init_setting(self) -> Tuple[str, Union[str, bool]]:
|
||||
pass
|
||||
return "MESSAGER", "webpush"
|
||||
|
||||
@checkMessage(MessageChannel.WebPush)
|
||||
def post_message(self, message: Notification) -> None:
|
||||
|
||||
Reference in New Issue
Block a user