summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 42924a18a0..7c89e6320f 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -212,7 +212,6 @@ static bool add_to_playlist(int position, bool queue)
212 if (global_settings.playlist_shuffle) 212 if (global_settings.playlist_shuffle)
213 playlist_shuffle(current_tick, -1); 213 playlist_shuffle(current_tick, -1);
214 playlist_start(0,0); 214 playlist_start(0,0);
215 gui_syncstatusbar_draw(&statusbars, false);
216 onplay_result = ONPLAY_START_PLAY; 215 onplay_result = ONPLAY_START_PLAY;
217 } 216 }
218 217