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:
parent
f44a519119
commit
cb7a3d27e2
4 changed files with 58 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue