From: Andreas Ă–man Date: Sun, 19 Aug 2007 08:43:27 +0000 (+0000) Subject: Set a default priority for automatically scanned DVB sources X-Git-Tag: 2.12~1474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfb16c0ee42e101bed2def863564d90111a7def9;p=thirdparty%2Ftvheadend.git Set a default priority for automatically scanned DVB sources --- diff --git a/dvb.c b/dvb.c index 70d854d9a..202d1d6bb 100644 --- a/dvb.c +++ b/dvb.c @@ -408,6 +408,7 @@ dvb_find_transport(th_dvb_mux_instance_t *tdmi, uint16_t nid, uint16_t tid, t->tht_dvb_mux = tdm; t->tht_type = TRANSPORT_DVB; + t->tht_prio = 50; fd = open(tdmi->tdmi_adapter->tda_demux_path, O_RDWR);