diff options
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index 3afa1c1..90d7e41 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -245,7 +245,7 @@ bool cPluginEpgsearch::Service(const char *Id, void *Data) return true; } - if (strcmp(Id, "Epgsearch-exttimeredit-v1.0") == 0) { + if (strcmp(Id, "Epgsearch-exttimeredit-v1.0") == 0 && !EPGSearchConfig.useVDRTimerEditMenu) { if (Data == NULL) return true; |