Skip to content

Commit e42713f

Browse files
committed
perf: play replay while loading
1 parent 6e91989 commit e42713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/elements/replay/guacamole/guacamole.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class ElementReplayGuacamoleComponent implements OnInit, OnChanges {
106106
this.duration = formatTime(millis);
107107
this.max = millis;
108108
}
109-
if (!this.recording.isPlaying() && this.firstLoad) {
109+
if (this.firstLoad) {
110110
this.recording.play();
111111
this.firstLoad = false;
112112
}

0 commit comments

Comments
 (0)