summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2017-07-11 08:36:35 +0200
committerFrank Neumann <fnu@yavdr.org>2017-07-11 08:36:35 +0200
commita143712cf93d3a508afc95050e002e58cd45ccea (patch)
tree03cd5181e73f0498ba2ff79b42bfb1513a657d8a /searchtimer_thread.c
parent5cae26d3c63b6f80d810b6565661f8ddb2780104 (diff)
downloadvdr-plugin-epgsearch-a143712cf93d3a508afc95050e002e58cd45ccea.tar.gz
vdr-plugin-epgsearch-a143712cf93d3a508afc95050e002e58cd45ccea.tar.bz2
Search timers should create only local timers.
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 930ba99..5952c43 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -703,9 +703,6 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
}
else
tmpSummary = SummaryExtended(searchExt, Timer, pEvent);
- if (Setup.SVDRPPeering && *Setup.SVDRPDefaultHost)
- Timer->SetRemote(Setup.SVDRPDefaultHost);
- else {
if (index==0)
msprintf(&cmdbuf, "NEWT %d:%d:%s:%s:%s:%d:%d:%s:%s",
Flags,
@@ -733,8 +730,6 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
if (!SendViaSVDRP(cmdbuf))
return false;
}
- if (!HandleRemoteTimerModifications(Timer))
- return false;
if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised();