mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 00:02:03 +00:00
Update StreamsScreen.tsx
This commit is contained in:
parent
bdb2803371
commit
363de47313
1 changed files with 3 additions and 2 deletions
|
|
@ -1288,7 +1288,8 @@ export const StreamsScreen = () => {
|
|||
`vidhub://${streamUrl}`
|
||||
];
|
||||
break;
|
||||
case 'infuse_livecontainer': {
|
||||
|
||||
case 'infuse_livecontainer':
|
||||
const infuseUrls = [
|
||||
`infuse://x-callback-url/play?url=${streamUrl}`,
|
||||
`infuse://play?url=${streamUrl}`,
|
||||
|
|
@ -1299,7 +1300,7 @@ export const StreamsScreen = () => {
|
|||
return `livecontainer://open-web-page?url=${encoded}`;
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
// If no matching player or the setting is somehow invalid, use internal player
|
||||
navigateToPlayer(stream);
|
||||
|
|
|
|||
Loading…
Reference in a new issue