]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: channel - run autolink for all channels
authorJaroslav Kysela <perex@perex.cz>
Mon, 2 Nov 2015 13:24:33 +0000 (14:24 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 2 Nov 2015 13:24:33 +0000 (14:24 +0100)
src/epggrab/channel.c

index 9cd808d5aac98cb39c99a234a1fae0fe0727b164..1cc8f5479c182afc8cbd072067fd406897f00c1a 100644 (file)
@@ -460,8 +460,7 @@ void epggrab_channel_add ( channel_t *ch )
   LIST_FOREACH(mod, &epggrab_modules, link)
     RB_FOREACH(ec, &mod->channels, link) {
       if (!is_paired(ec))
-        if (epggrab_channel_autolink_one(ec, ch))
-          break;
+        epggrab_channel_autolink_one(ec, ch);
     }
 }