From 4074e3a9e43e0af4915a52cc37f381ada90e9669 Mon Sep 17 00:00:00 2001 From: skidoo23 Date: Fri, 26 Jan 2024 14:31:08 +0100 Subject: [PATCH 1/2] Update Option.hxx --- src/config/Option.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/Option.hxx b/src/config/Option.hxx index 70fb4f150..313537884 100644 --- a/src/config/Option.hxx +++ b/src/config/Option.hxx @@ -59,9 +59,6 @@ enum class ConfigOption { GAPLESS_MP3_PLAYBACK, AUTO_UPDATE, AUTO_UPDATE_DEPTH, - DESPOTIFY_USER, - DESPOTIFY_PASSWORD, - DESPOTIFY_HIGH_BITRATE, MIXRAMP_ANALYZER, From 31a88e7cccd609ab1bbe88067e787f11341b2979 Mon Sep 17 00:00:00 2001 From: skidoo23 Date: Fri, 26 Jan 2024 14:34:58 +0100 Subject: [PATCH 2/2] Update Templates.cxx Remove Spotify leftovers --- src/config/Templates.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/Templates.cxx b/src/config/Templates.cxx index f712efb0f..e3794e001 100644 --- a/src/config/Templates.cxx +++ b/src/config/Templates.cxx @@ -57,9 +57,6 @@ const ConfigTemplate config_param_templates[] = { { "gapless_mp3_playback", false, true }, { "auto_update" }, { "auto_update_depth" }, - { "despotify_user", false, true }, - { "despotify_password", false, true }, - { "despotify_high_bitrate", false, true }, { "mixramp_analyzer" }, };