Merge branch 'skidoo23-patch-1' of https://github.com/skidoo23/MPD
This commit is contained in:
commit
7f18cae2e4
|
@ -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,
|
||||||
|
|
||||||
|
|
|
@ -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" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue