diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2007-10-16 14:01:56 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2007-10-16 14:01:56 +0000 |
| commit | 94c23df2abdd1b8ac171f6bf1d651bd3a1faed58 (patch) | |
| tree | fce3867fa3ccc855727f41a9a56a7d04e1689679 /apps | |
| parent | 1d1a17c0dbd0fdf2857c5d1636713247d28f1762 (diff) | |
| download | rockbox-94c23df2abdd1b8ac171f6bf1d651bd3a1faed58.zip rockbox-94c23df2abdd1b8ac171f6bf1d651bd3a1faed58.tar.gz rockbox-94c23df2abdd1b8ac171f6bf1d651bd3a1faed58.tar.bz2 rockbox-94c23df2abdd1b8ac171f6bf1d651bd3a1faed58.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index d54dff9..d0cb149 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -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, |