Signal track change if no tracks in playlist are valid so wps updates and exits properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3036 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8fd18e9b8d
commit
96a6874ac4
1 changed files with 1 additions and 0 deletions
|
@ -1296,6 +1296,7 @@ static void mpeg_thread(void)
|
||||||
if ( new_file(0) == -1 )
|
if ( new_file(0) == -1 )
|
||||||
{
|
{
|
||||||
is_playing = false;
|
is_playing = false;
|
||||||
|
track_change();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue