summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index aede719ddb..b7e75a15c3 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -423,7 +423,7 @@ static void tagtree_unbuffer_event(struct mp3entry *id3, bool last_track)
423 423
424 if (!tagcache_modify_numeric_entry(&tcs, tag_playcount, playcount) 424 if (!tagcache_modify_numeric_entry(&tcs, tag_playcount, playcount)
425 || !tagcache_modify_numeric_entry(&tcs, tag_playtime, playtime) 425 || !tagcache_modify_numeric_entry(&tcs, tag_playtime, playtime)
426 || !tagcache_modify_numeric_entry(&tcs, tag_lastplayed, tag_lastplayed)) 426 || !tagcache_modify_numeric_entry(&tcs, tag_lastplayed, lastplayed))
427 { 427 {
428 logf("tc stat: modify failed!"); 428 logf("tc stat: modify failed!");
429 tagcache_search_finish(&tcs); 429 tagcache_search_finish(&tcs);