diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 2d6e0dad4b..15742edb51 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -833,7 +833,8 @@ export function canPlaySecondaryAudio(videoTestElement) { } if (browser.tizen || browser.web0s) { - hevcVideoRangeTypes += '|HDR10|HLG|DOVI'; + hevcVideoRangeTypes += '|HDR10|HLG'; + if (browser.web0s) hevcVideoRangeTypes += '|DOVI'; vp9VideoRangeTypes += '|HDR10|HLG'; av1VideoRangeTypes += '|HDR10|HLG'; }