Merge pull request #197 from aazz180/main
This commit is contained in:
commit
c5af56537b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue