diff options
-rw-r--r-- | src/inputStream_http.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c index cfbe88e60..2fda41010 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -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 : |