diff --git a/apps/wps-display.c b/apps/wps-display.c index 92247bcb21..df27810b01 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -741,6 +741,8 @@ bool wps_display(struct mp3entry* id3) lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER)); lcd_update(); #endif + status_set_playmode(STATUS_STOP); + status_draw(); sleep(HZ); return true; }