diff --git a/src/core/song.cpp b/src/core/song.cpp index 3ac88a411c..432034cc39 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -648,6 +648,7 @@ void song::playSong() m_playMode = Mode_PlaySong; m_playing = true; m_paused = false; + m_actions.push_front( ActionPlaySong ); savePos(); if(QApplication::type() != QApplication::Tty) {