Advertisement
Guest User

Untitled

a guest
Oct 15th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c
  2. index 4aac0cb..6d08649 100644
  3. --- a/src/epggrab/channel.c
  4. +++ b/src/epggrab/channel.c
  5. @@ -36,6 +36,7 @@ SKEL_DECLARE(epggrab_channel_skel, epggrab_channel_t);
  6. /* Check if channels match */
  7. int epggrab_channel_match ( epggrab_channel_t *ec, channel_t *ch )
  8. {
  9. + tvhinfo("epggrab", "match: '%s'/'%s' - auto %d enabled %d first %p", channel_get_epgid(ch), ec->name, ch->ch_epgauto, ch->ch_enabled, LIST_FIRST(&ec->channels));
  10. if (!ec || !ch || !ch->ch_epgauto || !ch->ch_enabled) return 0;
  11. if (LIST_FIRST(&ec->channels)) return 0; // ignore already paired
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement