Add flush command to simplewebui to trigger a write to disk of the epgdb

This commit is contained in:
andyb2000 2013-03-06 21:17:28 +00:00
parent 8b8868e5ff
commit 8925083ea7

View 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);
}