summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 72e7bc4504..00ca7c8e19 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -303,7 +303,8 @@ static int update_dir(void)
303 if (id3db) { 303 if (id3db) {
304 if (tc.currtable != lasttable || 304 if (tc.currtable != lasttable ||
305 tc.currextra != lastextra || 305 tc.currextra != lastextra ||
306 tc.firstpos != lastfirstpos) 306 tc.firstpos != lastfirstpos ||
307 reload_dir)
307 { 308 {
308 if (tagtree_load(&tc) < 0) 309 if (tagtree_load(&tc) < 0)
309 return -1; 310 return -1;