mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 13:36:47 +00:00
feat: add CineUltra external player
This commit is contained in:
parent
ad2eacc182
commit
596bdbe429
1 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ const EXTERNAL_PLAYERS = [
|
|||
value: 'moonplayer',
|
||||
platforms: ['visionos'],
|
||||
},
|
||||
{
|
||||
label: 'CineUltra',
|
||||
value: 'cineultra',
|
||||
platforms: ['visionos'],
|
||||
},
|
||||
{
|
||||
label: 'Infuse',
|
||||
value: 'infuse',
|
||||
|
|
|
|||
Loading…
Reference in a new issue