From: Jaroslav Kysela Date: Mon, 29 Aug 2016 17:36:05 +0000 (+0200) Subject: bouquet: don't check for the DVB service LCN when mapping X-Git-Tag: v4.2.1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e23a28855af9bdcc8c6b53f5bd84048ea0d718bb;p=thirdparty%2Ftvheadend.git bouquet: don't check for the DVB service LCN when mapping --- diff --git a/src/bouquet.c b/src/bouquet.c index d58bb4097..fb1812685 100644 --- a/src/bouquet.c +++ b/src/bouquet.c @@ -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)))