summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index b73aaa85c7..76ce81b51a 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -253,7 +253,7 @@ int play_list(char *dir, /* "current directory" */
253 /* now shuffle around the indices */ 253 /* now shuffle around the indices */
254 randomise_playlist( random_seed ); 254 randomise_playlist( random_seed );
255 255
256 if(!shuffled_index) { 256 if(!shuffled_index && global_settings.play_selected) {
257 /* The given index was for the unshuffled list, so we need 257 /* The given index was for the unshuffled list, so we need
258 to figure out the index AFTER the shuffle has been made. 258 to figure out the index AFTER the shuffle has been made.
259 We scan for the seek position we remmber from before. */ 259 We scan for the seek position we remmber from before. */