summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 53d7d35cae..9af8e27e5e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -607,6 +607,7 @@ struct user_settings
607 bool fade_on_stop; /* fade on pause/unpause/stop */ 607 bool fade_on_stop; /* fade on pause/unpause/stop */
608 bool playlist_shuffle; 608 bool playlist_shuffle;
609 bool warnon_erase_dynplaylist; /* warn when erasing dynamic playlist */ 609 bool warnon_erase_dynplaylist; /* warn when erasing dynamic playlist */
610 bool keep_current_track_on_replace_playlist;
610 bool show_shuffled_adding_options; /* whether to display options for adding shuffled tracks to dynamic playlist */ 611 bool show_shuffled_adding_options; /* whether to display options for adding shuffled tracks to dynamic playlist */
611 int show_queue_options; /* how and whether to display options to queue tracks */ 612 int show_queue_options; /* how and whether to display options to queue tracks */
612#ifdef HAVE_ALBUMART 613#ifdef HAVE_ALBUMART