diff options
-rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index d9aec8fc92..75eddb41f6 100644 --- a/apps/settings.h +++ b/apps/settings.h | |||
@@ -605,7 +605,7 @@ struct user_settings | |||
605 | int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ | 605 | int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ |
606 | int autocreatebookmark; /* auto create option: 0=off, 1=ask, 2=on */ | 606 | int autocreatebookmark; /* auto create option: 0=off, 1=ask, 2=on */ |
607 | bool autoupdatebookmark;/* auto update option */ | 607 | bool autoupdatebookmark;/* auto update option */ |
608 | int usemrb; /* use MRB list: 0=No, 1=Yes*/ | 608 | int usemrb; /* use MRB list: 0=No, 1=Yes, 2=One per playlist */ |
609 | 609 | ||
610 | #ifdef HAVE_DIRCACHE | 610 | #ifdef HAVE_DIRCACHE |
611 | bool dircache; /* enable directory cache */ | 611 | bool dircache; /* enable directory cache */ |