aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/controls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/controls.js b/src/js/controls.js
index 4404da65..7ddcefef 100644
--- a/src/js/controls.js
+++ b/src/js/controls.js
@@ -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;