diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 9beec5427f..f28b4bfb84 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -217,7 +217,7 @@ function supportedDolbyVisionProfilesHevc(videoTestElement) { if (videoTestElement .canPlayType('video/mp4; codecs="dvh1.05.09"') .replace(/no/, '')) supportedProfiles.push(5); - if ( videoTestElement + if (videoTestElement .canPlayType('video/mp4; codecs="dvh1.08.09"') .replace(/no/, '')) supportedProfiles.push(8); }