From 3c423e08386f0da76d7c3035170c99eff88147a9 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 19 Apr 2025 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20jellyfin.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/jellyfin/jellyfin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/jellyfin/jellyfin.py b/app/modules/jellyfin/jellyfin.py index 4e415d61..afcb31eb 100644 --- a/app/modules/jellyfin/jellyfin.py +++ b/app/modules/jellyfin/jellyfin.py @@ -696,7 +696,7 @@ class Jellyfin: # jellyfin 的 webhook 不含 item_path,需要单独获取 eventItem.item_path = self.get_item_path_by_id(eventItem.item_id) - eventItem.json = message + eventItem.json_object = message return eventItem