mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 18:48:17 +00:00
Merge d31f47fd1a into 94a7be7c11
This commit is contained in:
commit
e2ff6d6b27
3 changed files with 12 additions and 6 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"@babel/runtime": "7.29.2",
|
||||
"@sentry/browser": "8.42.0",
|
||||
"@stremio/stremio-colors": "5.2.0",
|
||||
"@stremio/stremio-core-web": "0.59.0",
|
||||
"@stremio/stremio-core-web": "https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz",
|
||||
"@stremio/stremio-icons": "5.10.0",
|
||||
"@stremio/stremio-video": "0.0.89",
|
||||
"a-color-picker": "1.2.1",
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ importers:
|
|||
specifier: 5.2.0
|
||||
version: 5.2.0
|
||||
'@stremio/stremio-core-web':
|
||||
specifier: 0.59.0
|
||||
version: 0.59.0
|
||||
specifier: https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz
|
||||
version: https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz
|
||||
'@stremio/stremio-icons':
|
||||
specifier: 5.10.0
|
||||
version: 5.10.0
|
||||
|
|
@ -1417,8 +1417,9 @@ packages:
|
|||
'@stremio/stremio-colors@5.2.0':
|
||||
resolution: {integrity: sha512-dYlPgu9W/H7c9s1zmW5tiDnRenaUa4Hg1QCyOg1lhOcgSfM/bVTi5nnqX+IfvGTTUNA0zgzh8hI3o3miwnZxTg==}
|
||||
|
||||
'@stremio/stremio-core-web@0.59.0':
|
||||
resolution: {integrity: sha512-vN7r2rjU/C9Xt29cN2Iim5jowXQQCaIdgbbM25Pg5Uj+ZIr17SFNL0lAI8KuDXaEExGPgli7N7V2fBaMegXDpg==}
|
||||
'@stremio/stremio-core-web@https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz':
|
||||
resolution: {integrity: sha512-i91UQjViBNdUZc3eulmVm1LSFofzYUtlSScDE7IwHVr8ed6Peifx1GxyA4TJAP0vtt2KRhKJ6tsI1Lo6YsJMGQ==, tarball: https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz}
|
||||
version: 0.59.0
|
||||
|
||||
'@stremio/stremio-icons@5.10.0':
|
||||
resolution: {integrity: sha512-Zw/vGC3D2yeQfk8xv/tfMJTDvbCPOI91tBg4XpR2+EgbZSX8Xvm7Vz457PIhFPhTAwdOPHp0VX0M3gzjbt0zOg==}
|
||||
|
|
@ -6482,7 +6483,7 @@ snapshots:
|
|||
|
||||
'@stremio/stremio-colors@5.2.0': {}
|
||||
|
||||
'@stremio/stremio-core-web@0.59.0':
|
||||
'@stremio/stremio-core-web@https://stremio.github.io/stremio-core/stremio-core-web/cinemaxplayer-external-player/dev/stremio-stremio-core-web-0.59.0.tgz':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.24.1
|
||||
|
||||
|
|
|
|||
|
|
@ -100,6 +100,11 @@ const EXTERNAL_PLAYERS = [
|
|||
value: 'moonplayer',
|
||||
platforms: ['visionos'],
|
||||
},
|
||||
{
|
||||
label: 'CineUltra',
|
||||
value: 'cineultra',
|
||||
platforms: ['visionos'],
|
||||
},
|
||||
{
|
||||
label: 'Infuse',
|
||||
value: 'infuse',
|
||||
|
|
|
|||
Loading…
Reference in a new issue