summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 8ef78699dd..7ef8e89d4f 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1062,6 +1062,7 @@ bool insert_all_playlist(struct tree_context *c, int position, bool queue)
1062 if (!tagcache_search(&tcs, tag_filename)) 1062 if (!tagcache_search(&tcs, tag_filename))
1063 { 1063 {
1064 gui_syncsplash(HZ, true, str(LANG_TAGCACHE_BUSY)); 1064 gui_syncsplash(HZ, true, str(LANG_TAGCACHE_BUSY));
1065 cpu_boost(false);
1065 return false; 1066 return false;
1066 } 1067 }
1067 1068
@@ -1207,6 +1208,7 @@ struct tagentry* tagtree_get_entry(struct tree_context *c, int id)
1207 false) < 0) 1208 false) < 0)
1208 { 1209 {
1209 logf("retrieve failed"); 1210 logf("retrieve failed");
1211 cpu_boost(false);
1210 return NULL; 1212 return NULL;
1211 } 1213 }
1212 realid = id - current_offset; 1214 realid = id - current_offset;