aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/plyr.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 659f4f95..b602f0ad 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,4 +1,4 @@
-// ==========================================================================
+// ==========================================================================
// Plyr
// plyr.js v2.0.16
// https://github.com/sampotts/plyr
@@ -3616,6 +3616,9 @@
// Update the UI
_checkPlaying();
+
+ // Display duration
+ _displayDuration();
}
api = {