Allow people to waste lots of memory and have 32000 tracks in a single playlist, should they so desire.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15142 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d1a17c0db
commit
94c23df2ab
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ const struct settings_list settings[] = {
|
|||
#else
|
||||
400,
|
||||
#endif
|
||||
"max files in playlist", UNIT_INT,1000,20000,1000,NULL,NULL,NULL),
|
||||
"max files in playlist", UNIT_INT,1000,32000,1000,NULL,NULL,NULL),
|
||||
INT_SETTING(0,max_files_in_dir,LANG_MAX_FILES_IN_DIR,
|
||||
#if MEM > 1
|
||||
1000,
|
||||
|
|
Loading…
Reference in a new issue