diff options
author | versfx <versfx@users.noreply.github.com> | 2017-07-06 23:28:31 -0400 |
---|---|---|
committer | versfx <versfx@users.noreply.github.com> | 2017-07-06 23:28:31 -0400 |
commit | e75666475074da0eabff1f6fcbc3f3f2e5ce8857 (patch) | |
tree | b062b2ad5077cab7bfd6bbf6d2ca95c0683e12a1 /src | |
parent | 6828bc00f8c06b30470a103d53530196e0253e6c (diff) | |
download | plyr-e75666475074da0eabff1f6fcbc3f3f2e5ce8857.tar.lz plyr-e75666475074da0eabff1f6fcbc3f3f2e5ce8857.tar.xz plyr-e75666475074da0eabff1f6fcbc3f3f2e5ce8857.zip |
Fix for https://github.com/sampotts/plyr/issues/601
Diffstat (limited to 'src')
-rw-r--r-- | src/js/plyr.js | 5 |
1 files changed, 4 insertions, 1 deletions
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 = { |