summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 092c04a76b..37e546f6fc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -613,7 +613,8 @@ struct user_settings
613#ifdef HAVE_ALBUMART 613#ifdef HAVE_ALBUMART
614 int album_art; /* switch off album art display or choose preferred source */ 614 int album_art; /* switch off album art display or choose preferred source */
615#endif 615#endif
616 616 bool rewind_across_tracks;
617
617 /* playlist viewer settings */ 618 /* playlist viewer settings */
618 bool playlist_viewer_icons; /* display icons on viewer */ 619 bool playlist_viewer_icons; /* display icons on viewer */
619 bool playlist_viewer_indices; /* display playlist indices on viewer */ 620 bool playlist_viewer_indices; /* display playlist indices on viewer */