Commit 91dfeff4 authored by Max Kellermann's avatar Max Kellermann

input_curl: disable "seekable" when icy-metadata is enabled

Fix a typo in the icy-metadata patch.
parent ad7b7a16
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment