diff options
| -rw-r--r-- | apps/wps-display.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c index 92247bc..df27810 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; } |