aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input_curl.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}