summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index ac08d39334..42c4759831 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -783,6 +783,7 @@ bool wps_display(struct mp3entry* id3)
783 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER)); 783 lcd_puts(0, 2, str(LANG_END_PLAYLIST_RECORDER));
784 lcd_update(); 784 lcd_update();
785#endif 785#endif
786 global_settings.resume_index = -1;
786 status_set_playmode(STATUS_STOP); 787 status_set_playmode(STATUS_STOP);
787 status_draw(); 788 status_draw();
788 sleep(HZ); 789 sleep(HZ);