diff --git a/src/status_checker.cpp b/src/status_checker.cpp index ef4ae24d..f57f0aa5 100644 --- a/src/status_checker.cpp +++ b/src/status_checker.cpp @@ -290,6 +290,7 @@ void NcmpcppStatusChanged(MPDConnection *Mpd, MPDStatusChanges changed, void *da { player_state = "Playing: "; mPlaylist->BoldOption(now_playing+1, 1); + changed.ElapsedTime = 1; break; } case psPause: