config/Templates: mark http_proxy_* deprecated

This commit is contained in:
Max Kellermann 2015-06-26 08:06:35 +02:00
parent ac03871174
commit df03a7b3f8

View File

@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = {
{ "samplerate_converter" }, { "samplerate_converter" },
{ "audio_buffer_size" }, { "audio_buffer_size" },
{ "buffer_before_play" }, { "buffer_before_play" },
{ "http_proxy_host" }, { "http_proxy_host", false, true },
{ "http_proxy_port" }, { "http_proxy_port", false, true },
{ "http_proxy_user" }, { "http_proxy_user", false, true },
{ "http_proxy_password" }, { "http_proxy_password", false, true },
{ "connection_timeout" }, { "connection_timeout" },
{ "max_connections" }, { "max_connections" },
{ "max_playlist_length" }, { "max_playlist_length" },