Corrected mistake in processing of old radio flag.
This commit is contained in:
parent
0f3c6f74b3
commit
abc09456c2
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ iptv_service_load(void)
|
||||||
|
|
||||||
if(!htsmsg_get_u32(c, "stype", &u32))
|
if(!htsmsg_get_u32(c, "stype", &u32))
|
||||||
t->s_servicetype = u32;
|
t->s_servicetype = u32;
|
||||||
else if (!htsmsg_get_u32(c, "radio", &u32))
|
else if (!htsmsg_get_u32(c, "radio", &u32) && u32)
|
||||||
t->s_servicetype = ST_RADIO;
|
t->s_servicetype = ST_RADIO;
|
||||||
else
|
else
|
||||||
t->s_servicetype = ST_SDTV;
|
t->s_servicetype = ST_SDTV;
|
||||||
|
|
Loading…
Add table
Reference in a new issue