From a2bde879aa78dce127f0beeaff9647514a07e879 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Mon, 16 Sep 2019 02:45:45 +0300 Subject: [PATCH 1/5] Remove Logical Operators --- src/components/htmlvideoplayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/htmlvideoplayer/plugin.js b/src/components/htmlvideoplayer/plugin.js index d44980191a..298662f1e4 100644 --- a/src/components/htmlvideoplayer/plugin.js +++ b/src/components/htmlvideoplayer/plugin.js @@ -1399,7 +1399,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa } // Can't autoplay in these browsers so we need to use the full controls, at least until playback starts - if (!appHost.supports('htmlvideoautoplay')) { + if (appHost.supports('htmlvideoautoplay')) { html += '