diff options
Diffstat (limited to 'update.c')
-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; } |