From 6543fc1e5bb8445f816b8206f6b36521dead6364 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 21 Aug 2015 21:36:15 +1000 Subject: Fixed bug with API use on basic supported browsers --- src/js/plyr.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/js') diff --git a/src/js/plyr.js b/src/js/plyr.js index 0f6ce88e..d69ce5f3 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v1.3.4 +// plyr.js v1.3.5 // https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== @@ -1914,6 +1914,10 @@ if (player.type == 'video' || player.type == 'audio') { // Bail if no support if (!player.supported.full) { + // Successful setup + player.init = true; + + // Don't inject controls if no full support return; } -- cgit v1.2.3