summaryrefslogtreecommitdiff
path: root/xmltv2vdr.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-05-19 17:57:50 +0200
committerJochen Dolze <vdr@dolze.de>2012-05-19 17:57:50 +0200
commitfba8c36e477d8b149b9ea78221f8397d04f849e5 (patch)
treebe77731c7d239af4e0b094e2578a8df8a9e57142 /xmltv2vdr.cpp
parentb05fade925bd301abd7310d55daf33cfe7078714 (diff)
downloadvdr-plugin-xmltv2vdr-fba8c36e477d8b149b9ea78221f8397d04f849e5.tar.gz
vdr-plugin-xmltv2vdr-fba8c36e477d8b149b9ea78221f8397d04f849e5.tar.bz2
Changed search algo for existing events (max. difftime 780s)
Improved log output
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r--xmltv2vdr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp
index 420ad7b..4ba7d6f 100644
--- a/xmltv2vdr.cpp
+++ b/xmltv2vdr.cpp
@@ -804,7 +804,6 @@ bool cPluginXmltv2vdr::Start(void)
void cPluginXmltv2vdr::Stop(void)
{
// Stop any background activities the plugin is performing.
- cSchedules::Cleanup(true);
if (epgtimer)
{
epgtimer->Stop();