summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index a5fb3fe41f..a81b096e79 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -172,6 +172,8 @@ static bool add_to_playlist(int position, bool queue)
172 }; 172 };
173 struct text_message message={lines, 2}; 173 struct text_message message={lines, 2};
174 174
175 gui_syncsplash(0, true, str(LANG_WAIT));
176
175 if (new_playlist) 177 if (new_playlist)
176 playlist_create(NULL, NULL); 178 playlist_create(NULL, NULL);
177 179