dvb: remove the create only tv/radio services, this was a bad idea!
(cherry picked from commit c83b0cba2f
)
Conflicts:
src/dvb/dvb_tables.c
This commit is contained in:
parent
64a757b793
commit
8e08c9de08
1 changed files with 0 additions and 4 deletions
|
@ -435,10 +435,6 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
|
|||
}
|
||||
}
|
||||
|
||||
if (!servicetype_is_tv(stype) &&
|
||||
!servicetype_is_radio(stype))
|
||||
continue;
|
||||
|
||||
if (!(t = dvb_service_find(tdmi, service_id, 0, NULL)))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue