Commit 78f60c9c authored by Alam Arias's avatar Alam Arias Committed by Max Kellermann

removed unneed check for protocol in shout plugin, will assume icecast2 protocol…

removed unneed check for protocol in shout plugin, will assume icecast2 protocol if not exist in config
parent 0c43f78b
......@@ -209,8 +209,6 @@ static void *my_shout_init_driver(struct audio_output *audio_output,
FATAL("couldn't find shout encoder plugin for \"%s\" "
"at line %i\n", encoding, block_param->line);
check_block_param("protocol");
block_param = getBlockParam(param, "protocol");
if (block_param) {
if (0 == strcmp(block_param->value, "shoutcast") &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment