Move random_exclude_pattern settings to proper place

This commit is contained in:
Laurent Arnoud
2019-10-01 19:22:16 +02:00
parent 69f49d558d
commit ee79bfd1d7

View File

@@ -178,7 +178,6 @@ struct Configuration
unsigned mpd_connection_timeout;
unsigned crossfade_time;
std::string random_exclude_pattern;
unsigned seek_time;
unsigned volume_change_step;
unsigned message_delay_time;
@@ -206,6 +205,7 @@ struct Configuration
boost::optional<ScreenType> startup_slave_screen_type;
std::vector<ScreenType> screen_sequence;
std::string random_exclude_pattern;
SortMode browser_sort_mode;
LyricsFetchers lyrics_fetchers;