summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2009-04-07 16:16:55 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2009-04-07 16:16:55 +0000
commite84520c67e1260b164b4c06aa3b88929b5bc2352 (patch)
treededb410c667195f08af194ea90e1796272c8ea52 /apps/playlist.c
parentf5c5983c73167aab8dde6360237322e2ba529cb5 (diff)
downloadrockbox-e84520c67e1260b164b4c06aa3b88929b5bc2352.tar.gz
rockbox-e84520c67e1260b164b4c06aa3b88929b5bc2352.zip
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
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c1
1 files changed, 0 insertions, 1 deletions
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)
2344 /* Terminate on EOF */ 2344 /* Terminate on EOF */
2345 if(nread <= 0) 2345 if(nread <= 0)
2346 { 2346 {
2347 playlist->first_index = 0;
2348 break; 2347 break;
2349 } 2348 }
2350 } 2349 }