summaryrefslogtreecommitdiff
path: root/lib/searchtimer.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-20 18:03:45 +0100
committerhorchi <vdr@jwendel.de>2017-03-20 18:03:45 +0100
commitdfdedfcafbca62a0a5a327b6ee1b453e0341a753 (patch)
treee2ba4f9bdd35f8b8291eabd677e6fac2c1ccd98d /lib/searchtimer.c
parent42b9898a8a4a07a3134dadce5d24618a0c402fd1 (diff)
parent4ab12d84b2738fbfc9aafed6b4710180aa2d37e4 (diff)
downloadvdr-epg-daemon-dfdedfcafbca62a0a5a327b6ee1b453e0341a753.tar.gz
vdr-epg-daemon-dfdedfcafbca62a0a5a327b6ee1b453e0341a753.tar.bz2
2017-03-20: version 1.1.113 (horchi)\n -added: Add validity check of the API key for https://www.themoviedb.org (by 3po)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n\n
Diffstat (limited to 'lib/searchtimer.c')
-rw-r--r--lib/searchtimer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/searchtimer.c b/lib/searchtimer.c
index cfe69e4..2982996 100644
--- a/lib/searchtimer.c
+++ b/lib/searchtimer.c
@@ -690,7 +690,7 @@ int cSearchTimer::checkTimers()
{
int count = 0;
- tell(1, "Checking timers against actual epg and serarchtimer settings");
+ tell(1, "Checking timers against actual epg and searchtimer settings");
if (checkConnection() != success)
return 0;
@@ -1224,8 +1224,8 @@ int cSearchTimer::isAlreadyDone(int repeatfields, json_t* obj, int silent)
if (repeatfields & sfFolge)
{
- selectDoneTimer->build(" and (field('%s',ifnull(compshorttext,''),ifnull(episodecomppartname,'')) > 0"
- " or field('%s',ifnull(compshorttext,''),ifnull(episodecomppartname,'')) > 0)",
+ selectDoneTimer->build(" and (field('%s',ifnull(compshorttext,'NoShortnameAvailable'),ifnull(episodecomppartname,'NoShortnameAvailable')) > 0"
+ " or field('%s',ifnull(compshorttext,''),ifnull(episodecomppartname,'NoShortnameAvailable')) > 0)",
useeventsDb->getStrValue("COMPSHORTTEXT"), useeventsDb->getStrValue("EPISODECOMPPARTNAME"));
}