mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-29 04:13:03 +00:00
Fix the live container
This commit is contained in:
parent
688950d0c2
commit
17cdd503e9
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