mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
announce support of playlist editing by setting "msed" to 1
This commit is contained in:
parent
01cc83f819
commit
2391838ea1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user