From ea63120bffcf8bb534e00817f275bcf34a332b7b Mon Sep 17 00:00:00 2001 From: George Haidos Date: Sat, 16 Mar 2024 02:11:26 +0200 Subject: [PATCH] Styling fixes --- src/scripts/browserDeviceProfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 3e8914a8c4..daf6d4a7d0 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -933,17 +933,17 @@ export default function (options) { if (supportsHdr10(options)) { hevcVideoRangeTypes += '|HDR10'; // Should also be able to play DoVi with HDR10 fallback - hevcVideoRangeTypes += '|DOVIWithHDR10' + hevcVideoRangeTypes += '|DOVIWithHDR10'; vp9VideoRangeTypes += '|HDR10'; av1VideoRangeTypes += '|HDR10'; } if (supportsHlg(options)) { - hevcVideoRangeTypes += "|HLG"; + hevcVideoRangeTypes += '|HLG'; // Should also be able to play DoVi with HLG fallback - hevcVideoRangeTypes += "|DOVIWithHLG"; - vp9VideoRangeTypes += "|HLG"; - av1VideoRangeTypes += "|HLG"; + hevcVideoRangeTypes += '|DOVIWithHLG'; + vp9VideoRangeTypes += '|HLG'; + av1VideoRangeTypes += '|HLG'; } if (supportsDolbyVision(options) && canPlayDolbyVisionHevc(videoTestElement)) {