Add flush command to simplewebui to trigger a write to disk of the epgdb
This commit is contained in:
parent
8b8868e5ff
commit
8925083ea7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue