diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/playlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index 024f98d2f3..5a3ada8efc 100644 --- a/apps/playlist.c +++ b/apps/playlist.c | |||
@@ -2874,6 +2874,7 @@ int playlist_next(int steps) | |||
2874 | playlist->first_index = 0; | 2874 | playlist->first_index = 0; |
2875 | sort_playlist_unlocked(playlist, false, false); | 2875 | sort_playlist_unlocked(playlist, false, false); |
2876 | randomise_playlist_unlocked(playlist, current_tick, false, true); | 2876 | randomise_playlist_unlocked(playlist, current_tick, false, true); |
2877 | global_settings.playlist_shuffle = true; | ||
2877 | 2878 | ||
2878 | playlist->started = true; | 2879 | playlist->started = true; |
2879 | playlist->index = 0; | 2880 | playlist->index = 0; |