Commit 7b07a45d authored by J. Alexander Treuman's avatar J. Alexander Treuman

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
parent dd838980
......@@ -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,
......
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