summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 75e989eb10..69b543c763 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1268,8 +1268,8 @@ const struct settings_list settings[] = {
1268 ID2P(LANG_SET_BOOL_NO), 1268 ID2P(LANG_SET_BOOL_NO),
1269 ID2P(LANG_ALWAYS), 1269 ID2P(LANG_ALWAYS),
1270 ID2P(LANG_AUTORESUME_CUSTOM)), 1270 ID2P(LANG_AUTORESUME_CUSTOM)),
1271 TEXT_SETTING(0, autoresume_strpat, "autoresume next track patterns", 1271 TEXT_SETTING(0, autoresume_paths, "autoresume next track paths",
1272 "podcast", NULL, NULL), 1272 "/podcast:/podcasts", NULL, NULL),
1273#endif 1273#endif
1274 1274
1275 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false, 1275 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,