diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 10:40:48 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 10:40:48 +0200 |
commit | fe90cb24a28f7bebecc5a28e2b30ce3622a6ad11 (patch) | |
tree | d22507a2f9ec7f09873449a43bf8992175d03d5c /conflictcheck.c | |
parent | 26a17d704a9396897d17aa12d877ef23eaa5dd50 (diff) | |
download | vdr-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.c | 1 |
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; |