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 += '