diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 2 |
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) }; struct text_message message={lines, 2}; + gui_syncsplash(0, true, str(LANG_WAIT)); + if (new_playlist) playlist_create(NULL, NULL); |