From 6a2be283622fd957ed8d18e96dc38a62e4d759b2 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Mar 2017 14:05:53 +0100 Subject: [PATCH] eit grabber: quick fix for the previous patch --- src/epggrab/module/eit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index 281bc65b8..4da250b3c 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -786,7 +786,7 @@ static int _eit_start /* Freeview UK/NZ (switch to EIT, ignore if explicitly enabled) */ /* Note: do this as PID is the same */ - if (pid == 0) { + if (pid == 0 && strcmp(m->id, "eit")) { if (eit == NULL) eit = (epggrab_module_ota_t*)epggrab_module_find_by_id("eit"); if (eit->enabled) return -1; -- 2.47.2