mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-05 01:39:08 +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',
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue