Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: don't check for the DVB service LCN when mapping
  • Loading branch information
perexg committed Aug 29, 2016
1 parent dad57df commit e23a288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bouquet.c
Expand Up @@ -297,7 +297,6 @@ bouquet_map_channel(bouquet_t *bq, service_t *t)
if (!bq->bq_mapradio && service_is_radio(t))
return;
if (!bq->bq_mapnolcn &&
service_get_channel_number(t) <= 0 &&
bouquet_get_channel_number(bq, t) <= 0)
return;
if (!bq->bq_mapnoname && noname(service_get_channel_name(t)))
Expand Down

0 comments on commit e23a288

Please sign in to comment.