1
0
Fork 0
forked from len0rd/rockbox

Added a virtual 'Artists,Albums,Songs' root folder in ID3 browser

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5606 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2005-01-19 15:01:31 +00:00
parent f44a519119
commit cb7a3d27e2
4 changed files with 58 additions and 19 deletions

View file

@ -1389,7 +1389,7 @@ void tree_init(void)
/* We copy the settings value in case it is changed by the user. We can't
use it until the next reboot. */
max_files = global_settings.max_files_in_dir;
/* initialize tree context struct */
memset(&tc, 0, sizeof(tc));
tc.dirfilter = &global_settings.dirfilter;