Fix the live container

This commit is contained in:
aazz180 2025-10-19 13:26:55 +01:00 committed by GitHub
parent 688950d0c2
commit 17cdd503e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1299,7 +1299,7 @@ export const StreamsScreen = () => {
];
externalPlayerUrls = infuseUrls.map(infuseUrl => {
const encoded = Buffer.from(infuseUrl).toString('base64');
return `livecontainer://open-web-page?url=${encoded}`;
return `livecontainer://open-url?url=${encoded}`;
});
break;