mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-21 17:16:20 -07:00
- Respond to keep-alive requests and reconnect when the socket goes silent - Warn when playback reports fail
631 B
631 B
type: fixed area: jellyfin
- Authenticate Jellyfin playback, subtitle, artwork, and remote-control socket URLs with the
ApiKeyquery parameter and stop sending the legacyX-Emby-TokenandX-Emby-Authorizationheaders, so the integration keeps working on Jellyfin 12 where legacy authorization is disabled by default. - Keep the cast-target websocket alive by answering Jellyfin keep-alive requests and reconnect when the server stops replying, so "Play on SubMiner" keeps working on Jellyfin 12 instead of silently dying about a minute after connecting. Failed playback progress and stop reports are now logged as warnings.