mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-26 12:59:19 -05:00
[httpd_daap] Try to use revision as it is supposed to be used
This commit is contained in:
parent
725319789e
commit
20937ea4c9
@ -342,6 +342,8 @@ update_refresh_cb(int fd, short event, void *arg)
|
||||
CHECK_NULL(L_DAAP, reply = evbuffer_new());
|
||||
CHECK_ERR(L_DAAP, evbuffer_expand(reply, 32));
|
||||
|
||||
current_rev++;
|
||||
|
||||
/* Send back current revision */
|
||||
dmap_add_container(reply, "mupd", 24);
|
||||
dmap_add_int(reply, "mstt", 200); /* 12 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user