Merge branch 'skidoo23-patch-1' of https://github.com/skidoo23/MPD

This commit is contained in:
Max Kellermann 2024-02-13 08:06:16 +01:00
commit 7f18cae2e4
2 changed files with 0 additions and 6 deletions

View File

@ -59,9 +59,6 @@ enum class ConfigOption {
GAPLESS_MP3_PLAYBACK, GAPLESS_MP3_PLAYBACK,
AUTO_UPDATE, AUTO_UPDATE,
AUTO_UPDATE_DEPTH, AUTO_UPDATE_DEPTH,
DESPOTIFY_USER,
DESPOTIFY_PASSWORD,
DESPOTIFY_HIGH_BITRATE,
MIXRAMP_ANALYZER, MIXRAMP_ANALYZER,

View File

@ -57,9 +57,6 @@ const ConfigTemplate config_param_templates[] = {
{ "gapless_mp3_playback", false, true }, { "gapless_mp3_playback", false, true },
{ "auto_update" }, { "auto_update" },
{ "auto_update_depth" }, { "auto_update_depth" },
{ "despotify_user", false, true },
{ "despotify_password", false, true },
{ "despotify_high_bitrate", false, true },
{ "mixramp_analyzer" }, { "mixramp_analyzer" },
}; };