summaryrefslogtreecommitdiff
path: root/conflictcheck.c
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-07 10:40:48 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-07 10:40:48 +0200
commitfe90cb24a28f7bebecc5a28e2b30ce3622a6ad11 (patch)
treed22507a2f9ec7f09873449a43bf8992175d03d5c /conflictcheck.c
parent26a17d704a9396897d17aa12d877ef23eaa5dd50 (diff)
downloadvdr-plugin-epgsearch-fe90cb24a28f7bebecc5a28e2b30ce3622a6ad11.tar.gz
vdr-plugin-epgsearch-fe90cb24a28f7bebecc5a28e2b30ce3622a6ad11.tar.bz2
Commit 0004-some-small-fixes.diff (thx TomJoad@vdr-portal.de)
Diffstat (limited to 'conflictcheck.c')
-rw-r--r--conflictcheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conflictcheck.c b/conflictcheck.c
index 1f16f35..9f34aec 100644
--- a/conflictcheck.c
+++ b/conflictcheck.c
@@ -276,6 +276,7 @@ cList<cConflictCheckTimerObj>* cConflictCheck::CreateCurrentTimerList()
for (ti = vdrtimers->First(); ti; ti = vdrtimers->Next(ti))
{
tMax = max(tMax, ti->StartTime());
+ if (ti->Remote()) continue; // TO BE DONE: remote service request CC
if (!ti->IsSingleEvent()) continue;
// already recording?
int deviceNr = gl_recStatusMonitor->TimerRecDevice(ti)-1;