summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/network.c')
-rw-r--r--libmpdemux/network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/network.c b/libmpdemux/network.c
index 52b4f9ce20..eadbb3f6ab 100644
--- a/libmpdemux/network.c
+++ b/libmpdemux/network.c
@@ -400,6 +400,8 @@ http_send_request( URL_t *url, off_t pos ) {
else
http_set_field( http_hdr, "User-Agent: MPlayer/"VERSION);
+ http_set_field(http_hdr, "Icy-MetaData: 1");
+
if(pos>0) {
// Extend http_send_request with possibility to do partial content retrieval
#ifdef __MINGW32__