]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
eit grabber: quick fix for the previous patch
authorJaroslav Kysela <perex@perex.cz>
Wed, 15 Mar 2017 13:05:53 +0000 (14:05 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Mar 2017 13:05:53 +0000 (14:05 +0100)
src/epggrab/module/eit.c

index 281bc65b8284aedd0033e0bd24561b287c464dfa..4da250b3c5ddf797706f34fbe7c920edb9a6c74f 100644 (file)
@@ -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;