diff --git a/src/status.cpp b/src/status.cpp index 30afe20e..40324e82 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -109,6 +109,8 @@ void UnlockStatusbar() else block_progressbar_update = 0; } + if (Mpd->GetState() < psPlay) + Statusbar() << wclrtoeol; } void TraceMpdStatus()