feat 打印jellyfin/plex webhook报文
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user