diff options
| -rw-r--r-- | apps/tagtree.c | 3 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 78c48b4..75caab0 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -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); diff --git a/docs/CREDITS b/docs/CREDITS index 4554b89..ee205d6 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -565,6 +565,7 @@ David Fowle Fabian Vogel Michael Stummvoll Franz-Josef Haider +Michael Hohmuth The libmad team The wavpack team |