summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ebe0d1e4cd..63f85f0608 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -96,7 +96,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
96#include "eq_menu.h" 96#include "eq_menu.h"
97#endif 97#endif
98 98
99#define CONFIG_BLOCK_VERSION 52 99#define CONFIG_BLOCK_VERSION 53
100#define CONFIG_BLOCK_SIZE 512 100#define CONFIG_BLOCK_SIZE 512
101#define RTC_BLOCK_SIZE 44 101#define RTC_BLOCK_SIZE 44
102 102
@@ -544,7 +544,7 @@ static const struct bit_entry hd_bits[] =
544 {1, S_O(spdif_enable), false, "spdif enable", off_on}, 544 {1, S_O(spdif_enable), false, "spdif enable", off_on},
545#endif 545#endif
546 546
547 {1, S_O(next_folder), false, "folder navigation", off_on }, 547 {2, S_O(next_folder), false, "folder navigation", "off,on,random" },
548 {1, S_O(runtimedb), false, "gather runtime data", off_on }, 548 {1, S_O(runtimedb), false, "gather runtime data", off_on },
549 549
550#if CONFIG_CODEC == SWCODEC 550#if CONFIG_CODEC == SWCODEC