From fa3be557c5f294d0478bde683b80476b916c0d43 Mon Sep 17 00:00:00 2001 From: RaafatAkkad Date: Mon, 5 Aug 2024 11:14:38 -0400 Subject: [PATCH] Backport pull request #5669 from jellyfin-web/release-10.9.z Force DoVi on browser.xboxOne as edgeUWP says it can't play it Original-merge: 665678d5d7b298f3a00baaad97d62dbdca82a917 Merged-by: thornbill Backported-by: thornbill --- src/scripts/browserDeviceProfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 4bda92547d..d4b692dd6a 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -239,6 +239,8 @@ function supportsDolbyVision(options) { } function supportedDolbyVisionProfilesHevc(videoTestElement) { + if (browser.xboxOne) return [5, 8]; + const supportedProfiles = []; // Profiles 5/8 4k@60fps if (videoTestElement.canPlayType) {