Added more jellyfin webhook related bugs.

This commit is contained in:
Abdulmhsen B. A. A
2022-06-04 15:12:00 +03:00
parent 7f8d8e4cb4
commit 893a44b96f

View File

@@ -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.
----