shemanaev / jellyfin-plugin-webhooks

Webhooks for Jellyfin
MIT License
19 stars 0 forks source link

Event for when media player is stopped #8

Closed IgnisDa closed 1 year ago

IgnisDa commented 1 year ago

I am not sure what the Stop event corresponds to, but it is not triggered when I close the media player. Am I using it correctly?

shemanaev commented 1 year ago

That's how Jellyfin reports events. It correctly works when closing browser tab, but looks like apps doesn't send stop event. I will look into workarounds.

IgnisDa commented 1 year ago

Yes, the Stop event is triggered when the tab is closed. Nonetheless, this is not a blocker. Thanks for your help!