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 }, }