This commit is contained in:
jxxghp
2023-10-16 07:06:10 +08:00
parent 6e3ebd73c6
commit 0e3e01bf9c
3 changed files with 3 additions and 3 deletions

View File

@ -452,7 +452,7 @@ class Jellyfin(metaclass=Singleton):
return None
if not message:
return None
logger.info(f"接收到jellyfin webhook{message}")
logger.debug(f"接收到jellyfin webhook{message}")
eventType = message.get('NotificationType')
if not eventType:
return None