if playlist changed redraw header only if we are on playlist screen
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user