mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 21:18:47 +00:00
add streaming server settings to load args
This commit is contained in:
parent
acf0c1e12d
commit
2f2a4e4123
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
0,
|
||||
forceTranscoding: forceTranscoding || casting,
|
||||
maxAudioChannels: settings.surroundSound ? 32 : 2,
|
||||
streamingServerSettings: streamingServer.settings.content,
|
||||
streamingServerURL: streamingServer.baseUrl ?
|
||||
casting ?
|
||||
streamingServer.baseUrl
|
||||
|
|
|
|||
Loading…
Reference in a new issue