Now tagcache autoupdate should work for archos too (detecting new

files only without dircache).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10203 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-07-12 16:07:27 +00:00
parent df5d722c42
commit ebd3d087b6

View file

@ -1397,6 +1397,6 @@ void tree_restore(void)
gui_textarea_clear(&screens[i]);
}
}
tagcache_start_scan();
#endif
tagcache_start_scan();
}