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 7873941af6..c54d9bce6f 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -138,7 +138,6 @@ static bool add_to_playlist(int position, bool queue)
138 if (global_settings.playlist_shuffle) 138 if (global_settings.playlist_shuffle)
139 playlist_shuffle(current_tick, -1); 139 playlist_shuffle(current_tick, -1);
140 playlist_start(0,0); 140 playlist_start(0,0);
141 status_set_playmode(STATUS_PLAY);
142 status_draw(false); 141 status_draw(false);
143 onplay_result = ONPLAY_START_PLAY; 142 onplay_result = ONPLAY_START_PLAY;
144 } 143 }