summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.c b/update.c
index bd67674..c41e801 100644
--- a/update.c
+++ b/update.c
@@ -1694,8 +1694,13 @@ int cUpdate::refreshEpg(const char* forChannelId, int maxTries)
if (event->HasTimer())
{
for (timer = timers->First(); timer; timer = timers->Next(timer))
+ {
+ if (!timer->Local())
+ continue;
+
if (timer->Event() == event)
break;
+ }
}
if (timer)