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, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 9152d87bf5..7c5f517090 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -223,7 +223,7 @@ static bool add_to_playlist(int position, bool queue)
223 inserted */ 223 inserted */
224 if (global_settings.playlist_shuffle) 224 if (global_settings.playlist_shuffle)
225 playlist_shuffle(current_tick, -1); 225 playlist_shuffle(current_tick, -1);
226 playlist_start(0,0); 226 playlist_start(0, 0, 0);
227 onplay_result = ONPLAY_START_PLAY; 227 onplay_result = ONPLAY_START_PLAY;
228 } 228 }
229 229