aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 1ad338e9..0c877a7d 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v1.5.18
+// plyr.js v1.5.19
// https://github.com/selz/plyr
// License: The MIT License (MIT)
// ==========================================================================
@@ -1415,14 +1415,14 @@
// When embeds are ready
function _embedReady() {
- // Setup the UI
- _setupInterface();
-
// Set title
_setTitle(_getElement('iframe'));
// Store reference to API
plyr.container.plyr.embed = plyr.embed;
+
+ // Setup the UI
+ _setupInterface();
}
// Handle YouTube API ready