diff --git a/src/status_checker.cpp b/src/status_checker.cpp index 96edc2c9..0e5eeed0 100644 --- a/src/status_checker.cpp +++ b/src/status_checker.cpp @@ -211,7 +211,8 @@ void NcmpcppStatusChanged(MPDConnection *Mpd, MPDStatusChanges changed, void *da FreeSongList(list); } - redraw_header = 1; + if (current_screen == csPlaylist) + redraw_header = 1; if (mPlaylist->Empty()) {