update startup wizard instructions
This commit is contained in:
parent
315d60943d
commit
47c6980d11
12 changed files with 33 additions and 33 deletions
|
@ -240,7 +240,7 @@ define(['browser'], function (browser) {
|
|||
return function (options) {
|
||||
|
||||
options = options || {};
|
||||
var physicalAudioChannels = options.audioChannels || (browser.tv || browser.xboxOne || browser.ps4 || !browser.mobile ? 6 : 2);
|
||||
var physicalAudioChannels = options.audioChannels || (browser.mobile ? 2 : 6);
|
||||
|
||||
var bitrateSetting = getMaxBitrate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue