getPlayInfo post -> get

This commit is contained in:
mtvpls
2026-01-08 21:28:35 +08:00
parent a2e165d645
commit 769795daaa

View File

@@ -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) {