We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96987f8 commit 228484bCopy full SHA for 228484b
1 file changed
src/js/control-bar/time-controls/time-display.js
@@ -78,7 +78,7 @@ class TimeDisplay extends Component {
78
this.contentEl_.removeChild(this.contentEl_.firstChild);
79
}
80
81
- this.textNode_ = document.createTextNode(this.formattedTime_ || '0:00');
+ this.textNode_ = document.createTextNode(this.formattedTime_ || this.formatTime_(0));
82
this.contentEl_.appendChild(this.textNode_);
83
84
0 commit comments