From 319c5fd82facfcff38116e76d3c96349876cfe5e Mon Sep 17 00:00:00 2001 From: pixelma Date: Thu, 8 Jan 2009 16:22:09 +0000 Subject: [PATCH] Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - correctly resume shuffled playlists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19723 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/playlist.c b/apps/playlist.c index 95e1b8262..38f685161 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -2343,6 +2343,7 @@ int playlist_resume(void) /* Terminate on EOF */ if(nread <= 0) { + playlist->first_index = 0; break; } } -- 2.11.4.GIT