Display the selected track in the playqueue when expanding the list

This commit is contained in:
emeric
2018-09-12 13:11:58 +02:00
parent d0dfcf8dad
commit 38f59e4338
+1
View File
@@ -68,6 +68,7 @@ PlayQueue::PlayQueue()
_showMore->clicked().connect([=]
{
addSome();
updateCurrentTrack(true);
});
LmsApp->preQuit().connect([=]