From e84520c67e1260b164b4c06aa3b88929b5bc2352 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Tue, 7 Apr 2009 16:16:55 +0000 Subject: Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index parameter of shuffle and unshuffle .playlist_control commands to be ignored. When those parameters were non-zero, this caused some tracks from the end of the original playlist to instead appear at the beginning of the resumed playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20641 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/playlist.c b/apps/playlist.c index d426900a2b..e5babd4254 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -2344,7 +2344,6 @@ int playlist_resume(void) /* Terminate on EOF */ if(nread <= 0) { - playlist->first_index = 0; break; } } -- cgit v1.2.3