1
0
Fork 0
forked from len0rd/rockbox

Keep playing current song even if we can't load next

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@860 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-31 13:16:50 +00:00
parent 7e8615757c
commit 0bb897ae8d

View file

@ -416,7 +416,6 @@ static void mpeg_thread(void)
{
/* No more data to play */
DEBUGF("Finished playing\n");
playing = false;
filling = false;
}
else