From 586873fa41f833529ceb46b97e3f5b1cd039ccf6 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 16 Sep 2018 15:37:16 -0300 Subject: Disable automagic track queueing, for now (see #1) --- ui.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index aaa877a..b0276c6 100644 --- a/ui.js +++ b/ui.js @@ -614,6 +614,7 @@ class AppElement extends FocusElement { queueIndex++ if (queueIndex >= queue.items.length) { + /* const parent = track[parentSymbol] if (!parent) { return false @@ -625,6 +626,8 @@ class AppElement extends FocusElement { } this.queueGrouplikeItem(nextItem, false) queueIndex = queue.items.length - 1 + */ + return false } this.playGrouplikeItem(queue.items[queueIndex], false) -- cgit 1.3.0-6-gf8a5