From bd8e11d603a47fc941c5a38c7543d104d493cf19 Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Sat, 15 May 2021 23:57:29 +0200 Subject: [PATCH] fix replay --- public/views/Replay.vue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/views/Replay.vue.js b/public/views/Replay.vue.js index c62b498..9e00c4b 100644 --- a/public/views/Replay.vue.js +++ b/public/views/Replay.vue.js @@ -109,6 +109,7 @@ export default { setPiecesDone: (v) => { this.piecesDone = v }, setPiecesTotal: (v) => { this.piecesTotal = v }, togglePreview: () => { this.toggle('preview', false) }, + setConnectionState: (v) => { this.connectionState = v }, setReplaySpeed: (v) => { this.replay.speed = v }, setReplayPaused: (v) => { this.replay.paused = v }, }