mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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), "",
|
return set_int(str(LANG_MAX_FILES_IN_PLAYLIST), "",
|
||||||
&global_settings.max_files_in_playlist,
|
&global_settings.max_files_in_playlist,
|
||||||
NULL, 1000, 1000, 10000 );
|
NULL, 1000, 1000, 20000 );
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool buffer_margin(void)
|
static bool buffer_margin(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue