summaryrefslogtreecommitdiff
path: root/webdo.c
diff options
context:
space:
mode:
Diffstat (limited to 'webdo.c')
-rw-r--r--webdo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/webdo.c b/webdo.c
index a2a3e94..679501e 100644
--- a/webdo.c
+++ b/webdo.c
@@ -190,8 +190,8 @@ int cEpgHttpd::doUpdateSearchtimer(MHD_Connection* tcp, json_t* obj)
int cEpgHttpd::doUpdateRecordingTable(MHD_Connection* tcp, json_t* obj)
{
- triggerVdrs("UPDR");
- triggerVdrs("UPDREC", "epg2vdr");
+ triggerVdrs("UPDR"); // trigger all vdrs re-read of the recordings directory
+ triggerVdrs("UPDREC", "epg2vdr"); // trigger epg2vdr tu update their data
return buildResponse(obj, MHD_HTTP_OK, "done");
}