diff options
author | horchi <vdr@jwendel.de> | 2018-02-16 18:59:14 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-16 18:59:14 +0100 |
commit | f91afbf2343fb96ce30628243e97c4a99bfee6da (patch) | |
tree | 482b4f2d296c3ccd1dc5742225a86780cb25ef70 /update.c | |
parent | e3ab4d642e6038d2a65c2b45ed65d45385e31830 (diff) | |
download | vdr-epg-daemon-f91afbf2343fb96ce30628243e97c4a99bfee6da.tar.gz vdr-epg-daemon-f91afbf2343fb96ce30628243e97c4a99bfee6da.tar.bz2 |
dont wakeup for switch timer; epgd-tool update by 3po
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", |