mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix(push): correct client type
This commit is contained in:
@@ -41,7 +41,7 @@ class NotificationConf(BaseModel):
|
||||
"""
|
||||
# 名称
|
||||
name: Optional[str] = None
|
||||
# 类型 telegram/wechat/vocechat/synologychat
|
||||
# 类型 telegram/wechat/vocechat/synologychat/slack/webpush
|
||||
type: Optional[str] = None
|
||||
# 配置
|
||||
config: Optional[dict] = {}
|
||||
|
||||
Reference in New Issue
Block a user