Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c
- index 4aac0cb..6d08649 100644
- --- a/src/epggrab/channel.c
- +++ b/src/epggrab/channel.c
- @@ -36,6 +36,7 @@ SKEL_DECLARE(epggrab_channel_skel, epggrab_channel_t);
- /* Check if channels match */
- int epggrab_channel_match ( epggrab_channel_t *ec, channel_t *ch )
- {
- + 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));
- if (!ec || !ch || !ch->ch_epgauto || !ch->ch_enabled) return 0;
- if (LIST_FIRST(&ec->channels)) return 0; // ignore already paired
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement