]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bouquet: don't check for the DVB service LCN when mapping
authorJaroslav Kysela <perex@perex.cz>
Mon, 29 Aug 2016 17:36:05 +0000 (19:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 Aug 2016 17:36:05 +0000 (19:36 +0200)
src/bouquet.c

index d58bb409710822671d206e3c051f83da51613660..fb1812685dca4b71d3eb993d1e9f3c382d430011 100644 (file)
@@ -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)))