From 7f27baf18390ad63049593c639a4ce23f848ab71 Mon Sep 17 00:00:00 2001 From: gnattu Date: Fri, 26 Apr 2024 06:13:15 +0800 Subject: [PATCH] Fix lint --- src/scripts/browserDeviceProfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index f3908d9999..53bb1451da 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -122,7 +122,6 @@ function supportsAc3InHls(videoTestElement) { } function supportsMp3InHls(videoTestElement) { - if (videoTestElement.canPlayType) { return videoTestElement.canPlayType('application/x-mpegurl; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '') || videoTestElement.canPlayType('application/vnd.apple.mpegURL; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '');