From e75666475074da0eabff1f6fcbc3f3f2e5ce8857 Mon Sep 17 00:00:00 2001 From: versfx Date: Thu, 6 Jul 2017 23:28:31 -0400 Subject: [PATCH] Fix for https://github.com/sampotts/plyr/issues/601 --- src/js/plyr.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/js/plyr.js b/src/js/plyr.js index 352e0114..1279009d 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,4 +1,4 @@ -// ========================================================================== +// ========================================================================== // Plyr // plyr.js v2.0.13 // https://github.com/sampotts/plyr @@ -3441,6 +3441,9 @@ // Update the UI _checkPlaying(); + + // Display duration + _displayDuration(); } api = {