From: Jaroslav Kysela Date: Wed, 15 Mar 2017 13:05:53 +0000 (+0100) Subject: eit grabber: quick fix for the previous patch X-Git-Tag: v4.2.1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2be283622fd957ed8d18e96dc38a62e4d759b2;p=thirdparty%2Ftvheadend.git eit grabber: quick fix for the previous patch --- 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;