summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c19
1 files changed, 11 insertions, 8 deletions
diff --git a/update.c b/update.c
index 874b295..a2c2d25 100644
--- a/update.c
+++ b/update.c
@@ -1361,6 +1361,17 @@ void cUpdate::Action()
isHandlerMaster();
+ if (Epg2VdrConfig.shareInWeb)
+ {
+ // update timer
+
+ if (dbConnected() && timerTableUpdateTriggered)
+ updateTimerTable();
+
+ if (dbConnected())
+ hasTimerChanged();
+ }
+
if (epgdBusy)
continue;
@@ -1374,14 +1385,6 @@ void cUpdate::Action()
refreshEpg(0, na); // refresh EPG before performing timer jobs!
performTimerJobs();
}
-
- // update timer
-
- if (dbConnected() && timerTableUpdateTriggered)
- updateTimerTable();
-
- if (dbConnected())
- hasTimerChanged();
}
// if triggered externally or updates pending