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

@@ -52,7 +52,7 @@ export const getAudioStreamUrl = async (
container: mediaSource?.Container || "mp3",
mediaSourceId: mediaSource?.Id || "",
deviceId: api.deviceInfo.id,
api_key: api.accessToken,
ApiKey: api.accessToken,
userId,
});