diff options
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1901,7 +1901,7 @@ int cEpgd::updateSearchTimers(int force, const char* reason) if (timerDb->getIntValue("_STARTTIME") < time(0) + 2*tmeSecondsPerDay) { - if (!timerDb->hasValue("VDRUUID", "any")) + if (!timerDb->hasValue("VDRUUID", "any") && !timerDb->hasCharValue("TYPE", ttView)) { tell(1, "Info: Timer (%ld) for '%s' start in the next 48 hours, " "try to wakeup VDR to permit takeover", |