From: Adam Sutton Date: Thu, 18 Apr 2013 14:21:59 +0000 (+0100) Subject: dvb: remove the create only tv/radio services, this was a bad idea! X-Git-Tag: v3.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e08c9de0819f86e6f6811d1df215adf347c967d;p=thirdparty%2Ftvheadend.git dvb: remove the create only tv/radio services, this was a bad idea! (cherry picked from commit c83b0cba2f0c8092b6a96828aef327ec8bb4c3b4) Conflicts: src/dvb/dvb_tables.c --- diff --git a/src/dvb/dvb_tables.c b/src/dvb/dvb_tables.c index d5edb2716..8834b3b36 100644 --- a/src/dvb/dvb_tables.c +++ b/src/dvb/dvb_tables.c @@ -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;