Merge pull request #613 from vers-one/master

Fix for handling explicitly set duration of audio
This commit is contained in:
Sam Potts 2017-11-04 22:19:47 +11:00 committed by GitHub
commit c9c20345c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

3
dist/plyr.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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 = {