summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps-display.c2
1 files changed, 2 insertions, 0 deletions
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)
741 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER)); 741 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER));
742 lcd_update(); 742 lcd_update();
743#endif 743#endif
744 status_set_playmode(STATUS_STOP);
745 status_draw();
744 sleep(HZ); 746 sleep(HZ);
745 return true; 747 return true;
746 } 748 }