aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_play.c')
-rw-r--r--src/screen_play.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index b11229841..3478987b5 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -383,6 +383,9 @@ play_cmd(screen_t *screen, mpdclient_t *c, command_t cmd)
handle_add_to_playlist(screen, c);
return 1;
case CMD_SCREEN_UPDATE:
+ screen->painted = 0;
+ lw->clear = 1;
+ lw->repaint = 1;
center_playing_item(screen, c);
return 1;
case CMD_LIST_MOVE_UP: