diff --git a/src/screens/PlayerSettingsScreen.tsx b/src/screens/PlayerSettingsScreen.tsx index 275b6c863..821791f89 100644 --- a/src/screens/PlayerSettingsScreen.tsx +++ b/src/screens/PlayerSettingsScreen.tsx @@ -127,6 +127,12 @@ const PlayerSettingsScreen: React.FC = () => { description: 'Open streams in VidHub player', icon: 'ondemand-video', }, + { + id: 'infuse_livecontainer', + title: 'Infuse Livecontainer', + description: 'Open streams in Infuse player LiveContainer', + icon: 'smart-display', + }, ] : [ { id: 'external', @@ -420,4 +426,4 @@ const styles = StyleSheet.create({ }, }); -export default PlayerSettingsScreen; \ No newline at end of file +export default PlayerSettingsScreen;