update #324, fix typo

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 11af001514
commit 3c7e28b951

View File

@@ -207,7 +207,7 @@ export class Replayer {
if (!this.config.skipInactive) { if (!this.config.skipInactive) {
this.backToNormal(); this.backToNormal();
} }
if (typeof this.config.speed !== 'undefined') { if (typeof config.speed !== 'undefined') {
this.speedService.send({ this.speedService.send({
type: 'SET_SPEED', type: 'SET_SPEED',
payload: { payload: {