From 9080797025d73eb32ce0c7041a0d365015b51f41 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 May 2009 22:41:36 +0200 Subject: httpd_output: disable Icy-Metadata when encoder supports tags There's no reason to send both encoder tags and Icy-Metadata to the client. Let's disable Icy-Metadata when the encoder supports embedded tags. --- src/output/httpd_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/httpd_client.h') diff --git a/src/output/httpd_client.h b/src/output/httpd_client.h index 80ab6bc2e..4a2912f80 100644 --- a/src/output/httpd_client.h +++ b/src/output/httpd_client.h @@ -35,7 +35,7 @@ struct page; * @param fd the socket file descriptor */ struct httpd_client * -httpd_client_new(struct httpd_output *httpd, int fd); +httpd_client_new(struct httpd_output *httpd, int fd, bool metadata_supported); /** * Frees memory and resources allocated by the #httpd_client object. -- cgit v1.2.3