mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
feat(webhook): add support for server_name field in WebhookEventInfo
This commit is contained in:
@@ -139,6 +139,7 @@ class WebhookEventInfo(BaseModel):
|
||||
"""
|
||||
event: Optional[str] = None
|
||||
channel: Optional[str] = None
|
||||
server_name: Optional[str] = None
|
||||
item_type: Optional[str] = None
|
||||
item_name: Optional[str] = None
|
||||
item_id: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user