v1.5.12
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user