summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-12-20 15:42:01 +0100
committerhorchi <vdr@jwendel.de>2017-12-20 15:42:01 +0100
commite2a6da5cbdb935283f95a89d562fe870dad23666 (patch)
tree3a179b029f8c9d84eace1eae24492c2fc36953a2
parent09433f627c19134c58263d63ed81e83d5c080a6f (diff)
downloadvdr-epg-daemon-e2a6da5cbdb935283f95a89d562fe870dad23666.tar.gz
vdr-epg-daemon-e2a6da5cbdb935283f95a89d562fe870dad23666.tar.bz2
fixed fuild name 'OSD2WEBP'
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index d02271d..e666996 100644
--- a/update.c
+++ b/update.c
@@ -2703,7 +2703,7 @@ int cEpgd::triggerVdrs(const char* trg, const char* plug, const char* options)
if (strcmp(plug, "osd2web") == 0)
{
- if (vdrDb->getIntValue("OSD2WEB") <= 0)
+ if (vdrDb->getIntValue("OSD2WEBP") <= 0)
continue;
}