diff options
-rw-r--r-- | Make.config | 2 | ||||
-rw-r--r-- | epg2vdr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Make.config b/Make.config index 5cc25da..85024f4 100644 --- a/Make.config +++ b/Make.config @@ -10,7 +10,7 @@ PREFIX = /usr/local # enable AUX patch, in VDR >= 2.3.4 not needed! -WITH_AUX_PATCH = 1 +#WITH_AUX_PATCH = 1 # enable graphtftng and/or pin plugin support if autodetection below don't work #WITH_GTFT = 1 @@ -850,7 +850,7 @@ bool cPluginEPG2VDR::Service(const char* id, void* data) return true; } - else if (strcmp(id, "MainMenuHooksPatch-v1.0::osTimers") == 0 && Epg2VdrConfig.replaceTimerMenu) + else if (strcmp(id, "MainMenuHooksPatch-v1.0::osTimers") == 0 && Epg2VdrConfig.replaceTimerMenu && Epg2VdrConfig.shareInWeb) { cOsdMenu** menu = (cOsdMenu**)data; |