aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/plyr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 1da3cbdc..98063995 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v1.6.3
+// plyr.js v1.6.4
// https://github.com/selz/plyr
// License: The MIT License (MIT)
// ==========================================================================
@@ -2218,7 +2218,7 @@
progress.value = value;
}
// Object of progress + text element
- else {
+ else if (progress) {
if (progress.bar) {
progress.bar.value = value;
}