This commit is contained in:
thsrite
2023-11-01 12:06:05 +08:00
parent 382035768e
commit b4d07cf6ab
4 changed files with 16 additions and 4 deletions

View File

@ -466,6 +466,7 @@ class Jellyfin(metaclass=Singleton):
eventItem.device_name = message.get('DeviceName')
eventItem.user_name = message.get('NotificationUsername')
eventItem.client = message.get('ClientName')
eventItem.media_type = message.get('ItemType')
if message.get("ItemType") == "Episode" \
or message.get("ItemType") == "Series" \
or message.get("ItemType") == "Season":