This commit is contained in:
Sam Potts
2016-02-21 14:07:17 +11:00
parent d538cdcdf6
commit 5b968c97f4
3 changed files with 27 additions and 7 deletions

View File

@ -1043,7 +1043,7 @@
_setCaption(plyr.currentCaption);
}
else {
_setCaption('');
_setCaption();
}
}
@ -2460,7 +2460,7 @@
_on(plyr.media, 'ended', function() {
// Clear
if (plyr.type === 'video') {
_setCaption('');
_setCaption();
}
// Reset UI