summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index f2aa497703..41edc0002b 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -2483,7 +2483,7 @@ bool gui_wps_display(void)
2483 int i; 2483 int i;
2484 if (!wps_state.id3 && !(audio_status() & AUDIO_STATUS_PLAY)) 2484 if (!wps_state.id3 && !(audio_status() & AUDIO_STATUS_PLAY))
2485 { 2485 {
2486 global_settings.resume_index = -1; 2486 global_status.resume_index = -1;
2487#ifdef HAVE_LCD_CHARCELLS 2487#ifdef HAVE_LCD_CHARCELLS
2488 gui_syncsplash(HZ, true, str(LANG_END_PLAYLIST_PLAYER)); 2488 gui_syncsplash(HZ, true, str(LANG_END_PLAYLIST_PLAYER));
2489#else 2489#else