summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/update.c b/update.c
index c41e801..f70a34b 100644
--- a/update.c
+++ b/update.c
@@ -1383,6 +1383,12 @@ void cUpdate::Action()
{
// update timer - even when epgd is busy!
+ if (cTimers::GetTimersRead(timerStateKey))
+ {
+ timerTableUpdateTriggered = yes;
+ timerStateKey.Remove();
+ }
+
if (dbConnected() && timerTableUpdateTriggered)
updateTimerTable();