From 38f59e43388fc33f3f8edda0feb8018e55c75f40 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 12 Sep 2018 13:11:58 +0200 Subject: [PATCH] Display the selected track in the playqueue when expanding the list --- src/ui/PlayQueueView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/PlayQueueView.cpp b/src/ui/PlayQueueView.cpp index d2296971..4c7bf974 100644 --- a/src/ui/PlayQueueView.cpp +++ b/src/ui/PlayQueueView.cpp @@ -68,6 +68,7 @@ PlayQueue::PlayQueue() _showMore->clicked().connect([=] { addSome(); + updateCurrentTrack(true); }); LmsApp->preQuit().connect([=]