diff --git a/src/status.cpp b/src/status.cpp index 10bb38a2..16cfb2c1 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -122,7 +122,10 @@ void UnlockStatusbar() } if (!Mpd.isPlaying()) { - Statusbar() << wclrtoeol; + if (Config.new_design) + DrawProgressbar(Mpd.GetElapsedTime(), Mpd.GetTotalTime()); + else + Statusbar() << wclrtoeol; wFooter->Refresh(); } }