diff options
author | horchi <vdr@jwendel.de> | 2017-12-20 15:42:01 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-12-20 15:42:01 +0100 |
commit | e2a6da5cbdb935283f95a89d562fe870dad23666 (patch) | |
tree | 3a179b029f8c9d84eace1eae24492c2fc36953a2 | |
parent | 09433f627c19134c58263d63ed81e83d5c080a6f (diff) | |
download | vdr-epg-daemon-e2a6da5cbdb935283f95a89d562fe870dad23666.tar.gz vdr-epg-daemon-e2a6da5cbdb935283f95a89d562fe870dad23666.tar.bz2 |
fixed fuild name 'OSD2WEBP'
-rw-r--r-- | update.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |