summaryrefslogtreecommitdiff
path: root/apps/dbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dbtree.c')
-rw-r--r--apps/dbtree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dbtree.c b/apps/dbtree.c
index 6e26ced23a..e18f17da2d 100644
--- a/apps/dbtree.c
+++ b/apps/dbtree.c
@@ -135,6 +135,7 @@ int db_load(struct tree_context* c, bool* dir_buffer_full)
135 135
136 if (!initialized) { 136 if (!initialized) {
137 DEBUGF("ID3 database is not initialized.\n"); 137 DEBUGF("ID3 database is not initialized.\n");
138 c->filesindir = 0;
138 return 0; 139 return 0;
139 } 140 }
140 141