diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2019-03-22 12:46:42 +0100 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2019-03-22 12:46:42 +0100 |
commit | ff17eae7a150b1420c3eebcf57ed2a407e9626a4 (patch) | |
tree | 6a05ec590f5fc5e567d0e6f5f9ff929459e25748 /services.c | |
parent | 49ba796fe6298abf0ebba68a25ddfc92d3d70aad (diff) | |
download | vdr-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) || |