summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-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;
}