From 20937ea4c91cc03f07a5473352626043ffa44fd4 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 30 Oct 2017 20:05:35 +0100 Subject: [PATCH] [httpd_daap] Try to use revision as it is supposed to be used --- src/httpd_daap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/httpd_daap.c b/src/httpd_daap.c index 21341d84..33547c3a 100644 --- a/src/httpd_daap.c +++ b/src/httpd_daap.c @@ -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 */