From 21ac459be351ebf9e8977f1a8617d0e60172c857 Mon Sep 17 00:00:00 2001 From: horchi Date: Tue, 22 Sep 2020 18:13:18 +0200 Subject: 2020-09-22: version 1.1.118 (horchi)\n - bugfix: Fixed problem with update of timer table\n\n --- update.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'update.c') 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(); -- cgit v1.2.3