From 5bd18af7752057ac416ab757a2f6011f34130c42 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 14 Jun 2004 17:01:40 +0000 Subject: forget to set playlist.current = 0 when toggling random and doing swapOrder(playlist.current, 0) git-svn-id: https://svn.musicpd.org/mpd/trunk@1480 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/playlist.c') diff --git a/src/playlist.c b/src/playlist.c index 1e8ab890f..3da74754a 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -1156,6 +1156,7 @@ int setPlaylistRandomStatus(FILE * fp, int status) { playlist.current < playlist.length) { swapOrder(playlist.current, 0); + playlist.current = 0; } } else orderPlaylist(); -- cgit v1.2.3