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

@ -492,7 +492,7 @@ class Plex(metaclass=Singleton):
eventType = message.get('event')
if not eventType:
return None
logger.info(f"接收到plex webhook{message}")
logger.debug(f"接收到plex webhook{message}")
eventItem = schemas.WebhookEventInfo(event=eventType, channel="plex")
if message.get('Metadata'):
if message.get('Metadata', {}).get('type') == 'episode':