summaryrefslogtreecommitdiffstats
path: root/stream/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.c')
-rw-r--r--stream/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/network.c b/stream/network.c
index 6e000c07f2..ccea73ed63 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -205,6 +205,7 @@ http_send_request( URL_t *url, off_t pos ) {
else
http_set_field( http_hdr, "User-Agent: MPlayer/"VERSION);
+ if( strcasecmp(url->protocol, "noicyx") )
http_set_field(http_hdr, "Icy-MetaData: 1");
if(pos>0) {