Commit 1c8b2de4 authored by Warren Dukes's avatar Warren Dukes

change the http identification string to package_name/package_version

git-svn-id: https://svn.musicpd.org/mpd/trunk@2896 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 9999a20c
......@@ -484,7 +484,10 @@ static int finishHTTPInit(InputStream * inStream) {
"%s" /* authorization */
"Icy-Metadata:1\r\n"
"\r\n",
data->path, data->host, "httpTest", "0.0.0",
data->path,
data->host,
PACKAGE_NAME,
PACKAGE_VERSION,
/*inStream->offset,*/
data->proxyAuth ? data->proxyAuth :
......
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