mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-06 21:59:30 +00:00
transcode when casting
This commit is contained in:
parent
f5e50df763
commit
3caefa0fab
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ const Player = ({ urlParams }) => {
|
|||
player.lib_item.state.timeOffset
|
||||
:
|
||||
0,
|
||||
transcode: casting,
|
||||
streamingServerURL: typeof streamingServer.base_url.content === 'string' ? streamingServer.base_url.content : null,
|
||||
chromecastTransport: chromecast.transport
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue