summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 6d18d79da3..8e155a96a0 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1367,7 +1367,7 @@ void ft_play_filename(char *dir, char *file)
1367/* These two functions are called by the USB and shutdown handlers */ 1367/* These two functions are called by the USB and shutdown handlers */
1368void tree_flush(void) 1368void tree_flush(void)
1369{ 1369{
1370 tagcache_stop_scan(); 1370 tagcache_shutdown();
1371 playlist_shutdown(); 1371 playlist_shutdown();
1372 1372
1373#ifdef HAVE_TC_RAMCACHE 1373#ifdef HAVE_TC_RAMCACHE