Someone forgot a space in the "Icy-Metadata: 1" HTTP header.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6452 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2007-06-02 16:48:54 +00:00
parent dd83898064
commit 7b07a45dc4

View File

@ -470,7 +470,7 @@ static int finishHTTPInit(InputStream * inStream)
"User-Agent: %s/%s\r\n"
"Range: bytes=%ld-\r\n"
"%s" /* authorization */
"Icy-Metadata:1\r\n"
"Icy-Metadata: 1\r\n"
"\r\n",
data->path, data->host,
PACKAGE_NAME, PACKAGE_VERSION,