From 1d38aa120888cc9199646ceecea880adcae017d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Mar=C3=B3y?= Date: Mon, 19 Feb 2024 10:22:02 +0000 Subject: [PATCH 1/2] Lower web0s version needed for audiotracks support --- src/scripts/browserDeviceProfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 51097a475b..b69ff1dd3d 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -394,8 +394,7 @@ export function canPlaySecondaryAudio(videoTestElement) { && !browser.firefox // It seems to work on Tizen 5.5+ (2020, Chrome 69+). See https://developer.tizen.org/forums/web-application-development/video-tag-not-work-audiotracks && (browser.tizenVersion >= 5.5 || !browser.tizen) - // Assume webOS 5+ (2020, Chrome 68+) supports secondary audio like Tizen 5.5+ - && (browser.web0sVersion >= 5.0 || !browser.web0sVersion); + && (browser.web0sVersion >= 4.0 || !browser.web0sVersion); } export default function (options) { From b62c045868583dd7f9dae5c4d9acc237b76b3c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Mar=C3=B3y?= Date: Mon, 19 Feb 2024 10:22:34 +0000 Subject: [PATCH 2/2] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index daec591172..f30c32b359 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -79,6 +79,7 @@ - [Kevin Tan (Valius)](https://github.com/valius) - [Rasmus Krämer](https://github.com/rasmuslos) - [ntarelix](https://github.com/ntarelix) +- [András Maróy](https://github.com/andrasmaroy) ## Emby Contributors