Skip to content

Commit

Permalink
Merge pull request #502 from Stremio/streaming-server-can-play
Browse files Browse the repository at this point in the history
Update stremio-video
  • Loading branch information
tymmesyde authored Nov 6, 2023
2 parents 2bcd92d + 4845c95 commit db3d962
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions src/routes/Player/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db3d962

Please sign in to comment.