Skip to content

Jellyfin compatibility 12.0 RC1

Pre-release
Pre-release

Choose a tag to compare

@tousled tousled released this 27 Jun 10:32
· 19 commits to develop since this release
8bb5517

[1.1.1] - 2026-06-27

Fixed

  • Fixed Jellyfin 12.0 RC1 compatibility after Jellyfin's 20260531160000_DisableLegacyAuthorization migration disables
    legacy authorization. HCC now sends Jellyfin REST credentials through the modern
    Authorization: MediaBrowser ... Token=...
    header and opens the Jellyfin WebSocket with modern Authorization plus legacy token headers, and both modern
    ApiKey and legacy api_key query parameters. This addresses Jellyfin 12 startup failures that showed
    403 Forbidden during WebSocket handshake and 401 from /Devices, /Library/VirtualFolders, or
    /Sessions/Capabilities/Full without breaking Jellyfin 10.x WebSocket authentication.