Files
SubMiner/changes/fix-jellyfin-modern-auth.md
T
sudacode c316ae08c2 fix(jellyfin): support modern authentication
- Use `ApiKey` query parameters and MediaBrowser authorization
- Remove legacy Emby headers and repair leaked media links
2026-09-20 23:49:53 -07:00

324 B

type: fixed area: jellyfin

  • Authenticate Jellyfin playback, subtitle, artwork, and remote-control socket URLs with the ApiKey query parameter and stop sending the legacy X-Emby-Token and X-Emby-Authorization headers, so the integration keeps working on Jellyfin 12 where legacy authorization is disabled by default.