From: andyb2000 Date: Wed, 6 Mar 2013 21:17:28 +0000 (+0000) Subject: Add flush command to simplewebui to trigger a write to disk of the epgdb X-Git-Tag: v3.9~149^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8925083ea7b74c192d2a9fd9b65ab72c1350b271;p=thirdparty%2Ftvheadend.git Add flush command to simplewebui to trigger a write to disk of the epgdb --- diff --git a/src/webui/simpleui.c b/src/webui/simpleui.c index 1601ab18d..af768ae1c 100644 --- a/src/webui/simpleui.c +++ b/src/webui/simpleui.c @@ -483,4 +483,5 @@ simpleui_start(void) http_path_add("/eventinfo", NULL, page_einfo, ACCESS_SIMPLE); http_path_add("/pvrinfo", NULL, page_pvrinfo, ACCESS_SIMPLE); http_path_add("/status.xml", NULL, page_status, ACCESS_SIMPLE); + http_path_add("/epgflush", NULL, epg_save, ACCESS_SIMPLE); }