Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: channel - run autolink for all channels
  • Loading branch information
perexg committed Nov 2, 2015
1 parent aeb20ca commit f2b133d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/epggrab/channel.c
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit f2b133d

Please sign in to comment.