mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 14:45:55 -05:00
Revert msed to 0 for now
This commit is contained in:
parent
e005733700
commit
748ce1413f
@ -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", 1); // dmap.supportsedit?
|
||||
dmap_add_char(content, "msed", 0); // dmap.supportsedit? - we don't support playlist editing
|
||||
|
||||
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