mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-09 00:27:21 +00:00
omit chrome check from maxAudioChannels expr
This commit is contained in:
parent
e00d676f4b
commit
8b8fbc6f88
1 changed files with 2 additions and 5 deletions
|
|
@ -285,11 +285,8 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
:
|
||||
0,
|
||||
forceTranscoding: forceTranscoding || casting,
|
||||
mediaCapabilities: typeof maxAudioChannels === 'number' ?
|
||||
{
|
||||
mp4: { maxAudioChannels },
|
||||
'matroska,webm': { maxAudioChannels }
|
||||
}
|
||||
maxAudioChannels: typeof maxAudioChannels === 'number' ?
|
||||
maxAudioChannels
|
||||
:
|
||||
null,
|
||||
streamingServerURL: streamingServer.baseUrl.type === 'Ready' ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue