feat: WebhookMessage.json

This commit is contained in:
jxxghp
2025-04-19 07:59:59 +08:00
parent 1ef068351d
commit c776dc8036
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -696,6 +696,8 @@ class Jellyfin:
# jellyfin 的 webhook 不含 item_path,需要单独获取
eventItem.item_path = self.get_item_path_by_id(eventItem.item_id)
eventItem.json = message
return eventItem
@staticmethod