diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_artist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen_artist.c b/src/screen_artist.c index de0466c65..dd7e0175a 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -417,8 +417,6 @@ artist_cmd(screen_t *screen, mpdclient_t *c, command_t cmd) /* continue and update... */ case CMD_SCREEN_UPDATE: - screen->painted = 0; - browser.lw->clear = 1; update_metalist(c, g_strdup(artist), g_strdup(album)); screen_status_printf(_("Screen updated!")); return 0; |