mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-25 20:03:00 +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,
|
0,
|
||||||
forceTranscoding: forceTranscoding || casting,
|
forceTranscoding: forceTranscoding || casting,
|
||||||
maxAudioChannels: settings.surroundSound ? 32 : 2,
|
maxAudioChannels: settings.surroundSound ? 32 : 2,
|
||||||
|
streamingServerSettings: streamingServer.settings.content,
|
||||||
streamingServerURL: streamingServer.baseUrl ?
|
streamingServerURL: streamingServer.baseUrl ?
|
||||||
casting ?
|
casting ?
|
||||||
streamingServer.baseUrl
|
streamingServer.baseUrl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue