Merge pull request #613 from vers-one/master
Fix for handling explicitly set duration of audio
This commit is contained in:
commit
c9c20345c0
3
dist/plyr.js
vendored
3
dist/plyr.js
vendored
File diff suppressed because one or more lines are too long
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user