From 06832130157258e41e72781c32dca021069137c0 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 25 Nov 2024 02:06:04 -0500 Subject: [PATCH] Add audio channels to profile builder options --- assets/js/NativeShell.staticjs | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/NativeShell.staticjs b/assets/js/NativeShell.staticjs index 37b9efdcb..26a863a47 100644 --- a/assets/js/NativeShell.staticjs +++ b/assets/js/NativeShell.staticjs @@ -69,6 +69,7 @@ window.NativeShell = { getDeviceProfile: function(profileBuilder) { const profile = profileBuilder({ + audioChannels: 6, enableMkvProgressive: false, disableHlsVideoAudioCodecs: [ 'opus' ] });