summaryrefslogtreecommitdiff
path: root/source.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-05-17 20:47:16 +0200
committerJochen Dolze <vdr@dolze.de>2012-05-17 20:47:16 +0200
commit22a0eae54f5552c84f81ccabec59a114c1afd05b (patch)
treeb9043e7fdeb0569b83cbeeb3e59f76442b77c662 /source.cpp
parentb1905747a381ef8c5c198c82f8ae9c5ce63f41b7 (diff)
downloadvdr-plugin-xmltv2vdr-22a0eae54f5552c84f81ccabec59a114c1afd05b.tar.gz
vdr-plugin-xmltv2vdr-22a0eae54f5552c84f81ccabec59a114c1afd05b.tar.bz2
Added 'pid' tag for eventid
Changed epgdata2vdr to use pid tag instead of category for eventid
Diffstat (limited to 'source.cpp')
-rw-r--r--source.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source.cpp b/source.cpp
index 905e0d5..1002758 100644
--- a/source.cpp
+++ b/source.cpp
@@ -78,7 +78,7 @@ void cEPGExecutor::Action()
}
retries++;
}
- if ((retries==2) || (!ret)) break;
+ if ((retries==2 || (ret==127)) || (!ret)) break;
}
if (retries>=2) esyslogs(epgs,"skipping after %i retries",retries);
}
@@ -101,7 +101,6 @@ void cEPGExecutor::Action()
}
}
}
- if (!ret) cSchedules::Cleanup(true);
forceimportsrc=-1;
forcedownload=false;
}