|
|
|
@ -144,9 +144,14 @@ void TraceMpdStatus() |
|
|
|
block_progressbar_update = !allow_statusbar_unlock; |
|
|
|
block_progressbar_update = !allow_statusbar_unlock; |
|
|
|
|
|
|
|
|
|
|
|
if (Mpd.GetState() < psPlay && !block_statusbar_update) |
|
|
|
if (Mpd.GetState() < psPlay && !block_statusbar_update) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (Config.new_design) |
|
|
|
|
|
|
|
mvwhline(wFooter->Raw(), 0, 0, 0, wFooter->GetWidth()); |
|
|
|
|
|
|
|
else |
|
|
|
Statusbar() << wclrtoeol; |
|
|
|
Statusbar() << wclrtoeol; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void NcmpcppErrorCallback(Connection *, int errorid, const char *msg, void *) |
|
|
|
void NcmpcppErrorCallback(Connection *, int errorid, const char *msg, void *) |
|
|
|
|