You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for MarkPlayed event from Jellyfin (#1288)
* refactor(integration): rename yank_progress to sink_progress across providers
- Update method names from `yank_progress` to `sink_progress` in all integration sink modules
- Modify integration service to use the new method names
- Consistent naming across Kodi, Emby, Jellyfin, Plex, and Generic JSON providers
* refactor(integration): update Jellyfin webhook payload model
* refactor(integration): enhance Jellyfin progress tracking logic
* feat(integration): add MarkPlayed event handling for Jellyfin progress tracking
* refactor(integration): simplify Jellyfin progress tracking implementation
* docs(integration): update Jellyfin webhook events documentation
- Add `MarkPlayed` to the list of supported webhook events
- Clarify event configuration for Jellyfin integration
0 commit comments