Fix for default timestamp

This commit is contained in:
Sam Potts
2018-04-27 20:06:14 +10:00
parent 261cd086c7
commit 72a71a605b
13 changed files with 1846 additions and 823 deletions

2
src/js/controls.js vendored
View File

@ -331,7 +331,7 @@ const controls = {
const container = utils.createElement('div', utils.extend(attributes, {
class: `plyr__time ${attributes.class}`,
'aria-label': i18n.get(type, this.config),
}), '0:00');
}), '00:00');
// Reference for updates
this.elements.display[type] = container;