Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epg: fix the grabber selection by priority, fixes #3789
  • Loading branch information
perexg committed May 9, 2016
1 parent afdcecb commit 235cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epg.c
Expand Up @@ -1649,7 +1649,7 @@ static epg_broadcast_t *_epg_channel_add_broadcast
/* Existing */
} else {
if (!_epg_object_set_grabber(ret, src))
return ret;
return NULL;

/* No time change */
if (ret->stop == (*bcast)->stop) {
Expand Down

0 comments on commit 235cded

Please sign in to comment.