Add Infuse Livecontainer player option

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

View file

@ -127,6 +127,12 @@ const PlayerSettingsScreen: React.FC = () => {
description: 'Open streams in VidHub player', description: 'Open streams in VidHub player',
icon: 'ondemand-video', icon: 'ondemand-video',
}, },
{
id: 'infuse_livecontainer',
title: 'Infuse Livecontainer',
description: 'Open streams in Infuse player LiveContainer',
icon: 'smart-display',
},
] : [ ] : [
{ {
id: 'external', id: 'external',
@ -420,4 +426,4 @@ const styles = StyleSheet.create({
}, },
}); });
export default PlayerSettingsScreen; export default PlayerSettingsScreen;