mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
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 => {
|
externalPlayerUrls = infuseUrls.map(infuseUrl => {
|
||||||
const encoded = Buffer.from(infuseUrl).toString('base64');
|
const encoded = Buffer.from(infuseUrl).toString('base64');
|
||||||
return `livecontainer://open-web-page?url=${encoded}`;
|
return `livecontainer://open-url?url=${encoded}`;
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue