diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index cb19a4172f..18d5ea8788 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) {