From 2391838ea1fd9b722bb6ff3c8600e83cdd68ab10 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 20 Apr 2014 07:33:28 +0200 Subject: [PATCH] announce support of playlist editing by setting "msed" to 1 --- src/httpd_daap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpd_daap.c b/src/httpd_daap.c index 82a1fcc5..fde12e16 100644 --- a/src/httpd_daap.c +++ b/src/httpd_daap.c @@ -788,7 +788,7 @@ daap_reply_server_info(struct evhttp_request *req, struct evbuffer *evbuf, char // dmap_add_int(content, "ppro", ); // dpap.protocolversion - dmap_add_char(content, "msed", 0); // dmap.supportsedit? - we don't support playlist editing + dmap_add_char(content, "msed", 1); // dmap.supportsedit? dmap_add_char(content, "mslr", 1); // dmap.loginrequired dmap_add_int(content, "mstm", DAAP_SESSION_TIMEOUT_CAPABILITY); // dmap.timeoutinterval