diff --git a/src/lib/emby.client.ts b/src/lib/emby.client.ts index c5aba74..52e4f22 100644 --- a/src/lib/emby.client.ts +++ b/src/lib/emby.client.ts @@ -444,15 +444,8 @@ export class EmbyClient { try { const response = await fetch(url, { - method: 'POST', + method: 'GET', headers: this.getHeaders(), - body: JSON.stringify({ - DeviceProfile: { - MaxStreamingBitrate: 120000000, - MaxStaticBitrate: 100000000, - MusicStreamingTranscodingBitrate: 384000, - }, - }), }); if (!response.ok) {