summaryrefslogtreecommitdiff
path: root/services.c
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2019-03-22 12:46:42 +0100
committerJohann Friedrichs <johann.friedrichs@web.de>2019-03-22 12:46:42 +0100
commitff17eae7a150b1420c3eebcf57ed2a407e9626a4 (patch)
tree6a05ec590f5fc5e567d0e6f5f9ff929459e25748 /services.c
parent49ba796fe6298abf0ebba68a25ddfc92d3d70aad (diff)
downloadvdr-plugin-epgsearch-ff17eae7a150b1420c3eebcf57ed2a407e9626a4.tar.gz
vdr-plugin-epgsearch-ff17eae7a150b1420c3eebcf57ed2a407e9626a4.tar.bz2
Don't mix local and remote concurrent timers
Adjust nextRelevantConflictDate for remote conflicts Ignore remote conflicts in EpgsearchServiceHandler
Diffstat (limited to 'services.c')
-rw-r--r--services.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/services.c b/services.c
index 2013a38..31749f2 100644
--- a/services.c
+++ b/services.c
@@ -262,6 +262,7 @@ std::list<std::string> cEpgsearchServiceHandler::TimerConflictList(bool relOnly)
{
std::list<std::string> list;
cConflictCheck conflictCheck;
+ conflictCheck.SetLocal(); // remote Timers would give a wrong Id
conflictCheck.Check();
if ((relOnly && conflictCheck.numConflicts > 0) ||