fix: jellyfin 12 fixes

This commit is contained in:
Simon Eklundh
2026-07-14 16:13:49 +02:00
parent 77156630d6
commit fbeb025d73
7 changed files with 34 additions and 25 deletions

View File

@@ -173,7 +173,7 @@ export const WebSocketProvider = ({ children }: WebSocketProviderProps) => {
const protocol = api.basePath.includes("https") ? "wss" : "ws";
const url = `${protocol}://${api.basePath
.replace("https://", "")
.replace("http://", "")}/socket?api_key=${
.replace("http://", "")}/socket?ApiKey=${
api.accessToken
}&deviceId=${deviceId}`;