Whats changed?
- feat: added initial support for jellyfin notifications by @herrrta
Jellyfin events are becoming directly supported as streamyfin notifications!
You can configure these now by adding the following settings to your plugin
notifications:
sessionStarted: // this is an admin only notification
enabled: true
playbackStarted: // this is an admin only notification
enabled: true
userLockedOut: // this is a notification for admins + user who has been locked out
enabled: true
These examples have now been removed from Notifications.md
track the full support for jellyfin events here! #29
Full Changelog: 0.43.0.0...0.44.0.0