mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
3.7 branch: backport r28608 (Wait for the db to be ready before trying to to any runtime stats, FS#11722 by Michael Hohmuth)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_7@28652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0743f21d57
commit
d1bd75368a
2 changed files with 4 additions and 0 deletions
|
|
@ -652,6 +652,9 @@ static void tagtree_buffer_event(void *data)
|
|||
|
||||
logf("be:%s", id3->path);
|
||||
|
||||
while (! tagcache_is_usable())
|
||||
yield();
|
||||
|
||||
if (!tagcache_find_index(&tcs, id3->path))
|
||||
{
|
||||
logf("tc stat: not found: %s", id3->path);
|
||||
|
|
|
|||
|
|
@ -562,6 +562,7 @@ Tuomas Airaksinen
|
|||
Calvin Walden
|
||||
Michael Gentry
|
||||
David Fowle
|
||||
Michael Hohmuth
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue