fix: Fix a typo in current time display component. (#4647)
Esse commit está contido em:
@@ -64,7 +64,7 @@ class CurrentTimeDisplay extends TimeDisplay {
|
||||
if (!this.player_.duration()) {
|
||||
return;
|
||||
}
|
||||
this.updateFormattedTime_(this.player.duration());
|
||||
this.updateFormattedTime_(this.player_.duration());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário