From 36328925615b6a01231257f1a736b53ca26139be Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 28 Dec 2018 16:24:38 -0400 Subject: Fix queue not auto-selecting auto-played track Previously the cursor would only follow the selected track if it was selected by shift-up/down; now it works if it's automatically played (i.e. by the previous song finishing). --- ui.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 20e59e8..cf39bf5 100644 --- a/ui.js +++ b/ui.js @@ -753,7 +753,6 @@ class AppElement extends FocusElement { // (true), or was stopped by a different track being started (false). if (playingThisTrack) { - this.playingTrack = null if (!this.playNextTrack(item)) { this.clearPlayingTrack() } -- cgit 1.3.0-6-gf8a5