From d094d0cbb712a2185ac86c217e7a826d0580179a Mon Sep 17 00:00:00 2001 From: George Haidos Date: Sat, 23 Mar 2024 18:38:41 +0200 Subject: [PATCH] Styling fixes --- src/scripts/browserDeviceProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }