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
|
||||||
// plyr.js v2.0.16
|
// plyr.js v2.0.16
|
||||||
// https://github.com/sampotts/plyr
|
// https://github.com/sampotts/plyr
|
||||||
@ -3616,6 +3616,9 @@
|
|||||||
|
|
||||||
// Update the UI
|
// Update the UI
|
||||||
_checkPlaying();
|
_checkPlaying();
|
||||||
|
|
||||||
|
// Display duration
|
||||||
|
_displayDuration();
|
||||||
}
|
}
|
||||||
|
|
||||||
api = {
|
api = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user