Max playlist size is 20000 files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d01e17199
commit
2ce9ba58ad
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ static bool max_files_in_playlist(void)
|
|||
{
|
||||
return set_int(str(LANG_MAX_FILES_IN_PLAYLIST), "",
|
||||
&global_settings.max_files_in_playlist,
|
||||
NULL, 1000, 1000, 10000 );
|
||||
NULL, 1000, 1000, 20000 );
|
||||
}
|
||||
|
||||
static bool buffer_margin(void)
|
||||
|
|
Loading…
Reference in a new issue