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:
parent
24fdde0894
commit
793b8a4576
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue