mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
Merge pull request #502 from Stremio/streaming-server-can-play
Update stremio-video
This commit is contained in:
commit
db3d962798
3 changed files with 9 additions and 12 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -14,7 +14,7 @@
|
|||
"@stremio/stremio-colors": "5.0.1",
|
||||
"@stremio/stremio-core-web": "0.44.28",
|
||||
"@stremio/stremio-icons": "5.0.0-beta.3",
|
||||
"@stremio/stremio-video": "0.0.25-rc.2",
|
||||
"@stremio/stremio-video": "0.0.26",
|
||||
"a-color-picker": "1.2.1",
|
||||
"bowser": "2.11.0",
|
||||
"buffer": "6.0.3",
|
||||
|
|
@ -2717,9 +2717,9 @@
|
|||
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
|
||||
},
|
||||
"node_modules/@stremio/stremio-video": {
|
||||
"version": "0.0.25-rc.2",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.2.tgz",
|
||||
"integrity": "sha512-OXNimBgPpkin5gX39Bsx/w6M+5ifP71amZEYlvsZz3CDKxGHkQTPLzl4z6RrbVr8wz8nt6eiWIj8BKxa4/u6nQ==",
|
||||
"version": "0.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.26.tgz",
|
||||
"integrity": "sha512-0aFL09mG4np7/oJRHg3+unLN1IqlUCL+QtOjODVoT64v4FTlCEOu55K+PFVsAouYLoXXGNLA4o4ofLIF9uDPdw==",
|
||||
"dependencies": {
|
||||
"buffer": "6.0.3",
|
||||
"color": "4.2.3",
|
||||
|
|
@ -16847,9 +16847,9 @@
|
|||
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
|
||||
},
|
||||
"@stremio/stremio-video": {
|
||||
"version": "0.0.25-rc.2",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.2.tgz",
|
||||
"integrity": "sha512-OXNimBgPpkin5gX39Bsx/w6M+5ifP71amZEYlvsZz3CDKxGHkQTPLzl4z6RrbVr8wz8nt6eiWIj8BKxa4/u6nQ==",
|
||||
"version": "0.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.26.tgz",
|
||||
"integrity": "sha512-0aFL09mG4np7/oJRHg3+unLN1IqlUCL+QtOjODVoT64v4FTlCEOu55K+PFVsAouYLoXXGNLA4o4ofLIF9uDPdw==",
|
||||
"requires": {
|
||||
"buffer": "6.0.3",
|
||||
"color": "4.2.3",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"@stremio/stremio-colors": "5.0.1",
|
||||
"@stremio/stremio-core-web": "0.44.28",
|
||||
"@stremio/stremio-icons": "5.0.0-beta.3",
|
||||
"@stremio/stremio-video": "0.0.25-rc.2",
|
||||
"@stremio/stremio-video": "0.0.26",
|
||||
"a-color-picker": "1.2.1",
|
||||
"bowser": "2.11.0",
|
||||
"buffer": "6.0.3",
|
||||
|
|
|
|||
|
|
@ -289,10 +289,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
maxAudioChannels: typeof maxAudioChannels === 'number' ?
|
||||
maxAudioChannels
|
||||
:
|
||||
window.chrome ?
|
||||
2
|
||||
:
|
||||
null,
|
||||
null,
|
||||
streamingServerURL: streamingServer.baseUrl.type === 'Ready' ?
|
||||
casting ?
|
||||
streamingServer.baseUrl.content
|
||||
|
|
|
|||
Loading…
Reference in a new issue