summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-08-18 18:13:15 +0200
committerhorchi <vdr@jwendel.de>2020-08-18 18:13:15 +0200
commit6accbdd431ad2e2e4d7b1568840f7566e36e024d (patch)
tree1df5f717ebc32cb1d6fc075e1e23aee980003e55 /status.c
parentd67a088d3052497ad082174c15af311a7f182894 (diff)
downloadvdr-plugin-epg2vdr-6accbdd431ad2e2e4d7b1568840f7566e36e024d.tar.gz
vdr-plugin-epg2vdr-6accbdd431ad2e2e4d7b1568840f7566e36e024d.tar.bz2
2020-08-18: version 1.1.117 (horchi)\n - addeed: compatibility to VDRs peering feature\n\n1.1.117
Diffstat (limited to 'status.c')
-rw-r--r--status.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.c b/status.c
index a5af0df..15fa8f3 100644
--- a/status.c
+++ b/status.c
@@ -163,6 +163,9 @@ int cUpdate::performRecordingActions()
{
for (const cTimer* ti = timers->First(); ti; ti = timers->Next(ti))
{
+ if (!ti->Local())
+ continue;
+
if (ti->Recording()) // timer nimmt gerade auf
{
cRunningRecording* recording = 0;