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

Fix a typo in the icy-metadata patch.
This commit is contained in:
Max Kellermann
2009-01-07 10:31:30 +01:00
parent ad7b7a1664
commit 91dfeff4b9

View File

@@ -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;
}
}