1
0
Fork 0
forked from len0rd/rockbox

Fixed id3 reading for next/prev

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-27 09:19:12 +00:00
parent 24fdde0894
commit 793b8a4576

View file

@ -433,6 +433,7 @@ static void mpeg_thread(void)
/* Open the next file */
if (mpeg_file >= 0)
close(mpeg_file);
last_tag=0;
if (new_file(true) < 0) {
DEBUGF("Finished Playing!\n");
filling = false;
@ -458,6 +459,7 @@ static void mpeg_thread(void)
/* Open the next file */
if (mpeg_file >= 0)
close(mpeg_file);
last_tag=0;
if (new_file(false) < 0) {
DEBUGF("Finished Playing!\n");
filling = false;