From 7fc25ad567a0b8b4f7c05832adc17e9fdcc2cefb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Feb 2009 16:36:06 +0100 Subject: shout: don't postpone metadata Don't duplicate the tag received by the send_metadata() method - send it to the shout server directly. --- src/output/shout_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/shout_plugin.h') diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index 5fbd6b5e8..11ecf89fd 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -67,7 +67,7 @@ struct shout_data { float quality; int bitrate; - struct tag *tag; + const struct tag *tag; int timeout; -- cgit v1.2.3