mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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 => {
|
||||
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