From 91dfeff4b978b541a726a6215fe8397f9740b8d7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 10:31:30 +0100 Subject: input_curl: disable "seekable" when icy-metadata is enabled Fix a typo in the icy-metadata patch. --- src/input_curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_curl.c') diff --git a/src/input_curl.c b/src/input_curl.c index ba6222993..7f2562b66 100644 --- a/src/input_curl.c +++ b/src/input_curl.c @@ -518,7 +518,7 @@ input_curl_headerfunction(void *ptr, size_t size, size_t nmemb, void *stream) /* a stream with icy-metadata is not seekable */ - is->seekable = true; + is->seekable = false; } } -- cgit v1.2.3