From 86a94ba5c7e52a3291b0ae38fb5c6fa0a834b8d2 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 6 Jul 2019 14:03:38 -0300 Subject: Backendify playback info element controls Oops! --- ui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui.js b/ui.js index 2ec13fa..f72ec1e 100644 --- a/ui.js +++ b/ui.js @@ -205,9 +205,9 @@ class AppElement extends FocusElement { this.playbackInfoElement = new PlaybackInfoElement() this.playbackPane.addChild(this.playbackInfoElement) - this.playbackInfoElement.on('seek back', () => this.seekBack(5)) - this.playbackInfoElement.on('seek ahead', () => this.seekAhead(5)) - this.playbackInfoElement.on('toggle pause', () => this.togglePause()) + this.playbackInfoElement.on('seek back', () => this.backend.seekBack(5)) + this.playbackInfoElement.on('seek ahead', () => this.backend.seekAhead(5)) + this.playbackInfoElement.on('toggle pause', () => this.backend.togglePause()) // Dialogs -- cgit 1.3.0-6-gf8a5