about summary refs log tree commit homepage
path: root/http_dav.c
diff options
context:
space:
mode:
Diffstat (limited to 'http_dav.c')
-rw-r--r--http_dav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/http_dav.c b/http_dav.c
index 4b6df9b..43b6c7a 100644
--- a/http_dav.c
+++ b/http_dav.c
@@ -29,6 +29,8 @@ void mog_http_delete(struct mog_fd *mfd, char *buf)
         rc = mog_unlink(http->svc, path);
         if (rc == 0) {
                 mog_http_resp(mfd, "204 No Content", true);
+                mog_notify(MOG_NOTIFY_DEVICE_REFRESH);
+
                 return;
         }