diff --git a/src/musikcore/support/Playback.cpp b/src/musikcore/support/Playback.cpp index 07ac643bf..fe18c4feb 100644 --- a/src/musikcore/support/Playback.cpp +++ b/src/musikcore/support/Playback.cpp @@ -107,6 +107,8 @@ namespace musik { if (index >= 0) { double time = prefs->GetDouble(keys::LastPlayQueueTime, 0.0f); playback.Prepare(index, time); + playback.QueueEdited(); /* hack to get the play queue view to scroll + to the track we just prepared. */ } }); }