diff options
author | horchi <vdr@jwendel.de> | 2018-02-24 18:40:05 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-24 18:40:05 +0100 |
commit | 5a7781abf60c473e975674c9479006005c77d7d3 (patch) | |
tree | 595ca46f183b31590392731f2a4d30542d95065b /timer.c | |
parent | fb6de12636c538ab4ddaae0cc32089eac9584ed9 (diff) | |
download | vdr-plugin-epg2vdr-5a7781abf60c473e975674c9479006005c77d7d3.tar.gz vdr-plugin-epg2vdr-5a7781abf60c473e975674c9479006005c77d7d3.tar.bz2 |
2018-02-23 version 1.1.90 (horchi)\n - change: improved timer cleanup\n\n1.1.90
Diffstat (limited to 'timer.c')
-rw-r--r-- | timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -584,7 +584,7 @@ int cUpdate::updateTimerTable() tell(1, "Updating table timers (and remove deleted and finished timers older than 2 days)"); - timerDb->deleteWhere("%s < unix_timestamp() - %d and %s in ('D','F')", + timerDb->deleteWhere("%s < unix_timestamp() - %d and %s in ('D','F','-')", timerDb->getField("UPDSP")->getDbName(), 2 * tmeSecondsPerDay, timerDb->getField("STATE")->getDbName()); |