From 8c9d501ea0d527ec8ea5743c42f37725669a71f1 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sat, 3 Aug 2019 08:56:44 -0300 Subject: Fix manually downloading tracks --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.js b/ui.js index 3b38f58..bdb5711 100644 --- a/ui.js +++ b/ui.js @@ -389,7 +389,7 @@ class AppElement extends FocusElement { this.tabber.addTab(grouplikeListing) this.tabber.selectTab(grouplikeListing) - grouplikeListing.on('download', item => this.downloadGrouplikeItem(item)) + grouplikeListing.on('download', item => this.backend.download(item)) grouplikeListing.on('browse', item => grouplikeListing.loadGrouplike(item)) grouplikeListing.on('queue', (item, opts) => this.handleQueueOptions(item, opts)) -- cgit 1.3.0-6-gf8a5