Do initial scan for now, there are some problems when you dont do it

This commit is contained in:
Andreas Öman 2010-01-08 09:19:51 +00:00
parent 7c731cae3d
commit b3da58f631

View file

@ -707,7 +707,7 @@ tdmi_create_by_msg(th_dvb_adapter_t *tda, htsmsg_t *m, const char *identifier)
dmc.dmc_satconf = NULL;
tdmi = dvb_mux_create(tda, &dmc,
tsid, htsmsg_get_str(m, "network"), NULL, enabled, 0,
tsid, htsmsg_get_str(m, "network"), NULL, enabled, 1,
identifier);
if(tdmi != NULL) {