Merge pull request #197 from aazz180/main

This commit is contained in:
tapframe 2025-10-19 18:03:59 +05:30 committed by GitHub
commit c5af56537b
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;