From 893a44b96fc3a86ea3b569650c6dd89df5cefa94 Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Sat, 4 Jun 2022 15:12:00 +0300 Subject: [PATCH] Added more jellyfin webhook related bugs. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab6f0a7d..21c7124b 100644 --- a/README.md +++ b/README.md @@ -269,13 +269,14 @@ Click `Save Changes` * Emby does not send webhooks events for newly added items. [See feature request](https://emby.media/community/index.php?/topic/97889-new-content-notification-webhook/) * Emby webhook test event does not contain data. To test if your setup works, play something or do mark an item as - played/unplayed you - should see changes reflected in `docker exec -ti watchstate console db:list`. + played or unplayed you should see changes reflected in `docker exec -ti watchstate console db:list`. # Jellyfin -* If you don't select a user id, the Plugin will sometimes send `itemAdd` event without user info, and thus will fail - the check if you happen to enable `strict user match` for jellyfin. +* If you don't select a user id, the Plugin will send `itemAdd` event without user data, and will fail the check if + you happen to enable `strict user match` for jellyfin. +* Sometimes jellyfin will fire webhook `itemAdd` event without the item being matched. +* Even if you select user id, sometimes `itemAdd` event will fire without user data. ----