Fix FS#9418 'Player unresponsive while searching playlist with directory cache enabled'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b82fd56e0f
commit
173b411b87
1 changed files with 1 additions and 0 deletions
|
@ -808,6 +808,7 @@ bool search_playlist(void)
|
|||
{
|
||||
found_indicies[found_indicies_count++] = track.index;
|
||||
}
|
||||
yield();
|
||||
}
|
||||
if (!found_indicies_count)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue