]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add flush command to simplewebui to trigger a write to disk of the epgdb
authorandyb2000 <andy@broadcast-tech.co.uk>
Wed, 6 Mar 2013 21:17:28 +0000 (21:17 +0000)
committerandyb2000 <andy@broadcast-tech.co.uk>
Wed, 6 Mar 2013 21:17:28 +0000 (21:17 +0000)
src/webui/simpleui.c

index 1601ab18d327e63ac2bb22b90ea2d116ad3976b4..af768ae1c1276efd20e1ecb55f93400a390d7945 100644 (file)
@@ -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);
 }