From ee79bfd1d763e2e71e7a063274f3e3c3740442a6 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Tue, 1 Oct 2019 19:22:16 +0200 Subject: [PATCH] Move random_exclude_pattern settings to proper place --- src/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.h b/src/settings.h index 2bbf9324..dbda3d0c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -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 startup_slave_screen_type; std::vector screen_sequence; + std::string random_exclude_pattern; SortMode browser_sort_mode; LyricsFetchers lyrics_fetchers;