fix BestFilmVersion jellyfin问题

This commit is contained in:
mayun110
2023-08-09 18:26:44 +08:00
parent daf25379e9
commit 1f28a175cf
3 changed files with 7 additions and 1 deletions

View File

@ -131,3 +131,5 @@ class WebhookEventInfo(BaseModel):
client: Optional[str] = None
user_name: Optional[str] = None
image_url: Optional[str] = None
item_favorite: Optional[bool] = None
save_reason: Optional[str] = None