Update StreamsScreen.tsx

This commit is contained in:
aazz180 2025-10-18 21:36:25 +01:00 committed by GitHub
parent bdb2803371
commit 363de47313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);