summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 106c433d60..7aa74d36ac 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -177,6 +177,10 @@ static bool add_to_playlist(int position, bool queue)
177 if (new_playlist) 177 if (new_playlist)
178 playlist_create(NULL, NULL); 178 playlist_create(NULL, NULL);
179 179
180 /* always set seed before inserting shuffled */
181 if (position == PLAYLIST_INSERT_SHUFFLED)
182 srand(current_tick);
183
180 if (context == CONTEXT_ID3DB) 184 if (context == CONTEXT_ID3DB)
181 { 185 {
182 tagtree_insert_selection_playlist(position, queue); 186 tagtree_insert_selection_playlist(position, queue);