mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Add Infuse Livecontainer player option
This commit is contained in:
parent
363de47313
commit
2ca0a05636
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
export default PlayerSettingsScreen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue