mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix NotificationSwitch
This commit is contained in:
@@ -84,6 +84,8 @@ class NotificationSwitch(BaseModel):
|
|||||||
synologychat: Optional[bool] = False
|
synologychat: Optional[bool] = False
|
||||||
# VoceChat开关
|
# VoceChat开关
|
||||||
vocechat: Optional[bool] = False
|
vocechat: Optional[bool] = False
|
||||||
|
# WebPush开关
|
||||||
|
webpush: Optional[bool] = False
|
||||||
|
|
||||||
|
|
||||||
class Subscription(BaseModel):
|
class Subscription(BaseModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user