feat 打印jellyfin/plex webhook报文

This commit is contained in:
jxxghp
2023-09-08 12:23:19 +08:00
parent 071c81d52c
commit 215b56b9f2
2 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,7 @@ class Jellyfin(metaclass=Singleton):
"""
解析Jellyfin报文
"""
logger.info(f"接收到jellyfin webhook{message}")
eventItem = WebhookEventInfo(
event=message.get('NotificationType', ''),
item_id=message.get('ItemId'),