Accidentally removed XMLTV description parsing.
This commit is contained in:
parent
1faabf7cd1
commit
a0025cc7d8
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ static int _xmltv_parse_programme_tags
|
|||
if (save) stats->broadcasts.created++;
|
||||
|
||||
/* Description (wait for episode first) */
|
||||
_xmltv_parse_lang_str(&desc, tags, "desc");
|
||||
if (desc)
|
||||
save3 |= epg_broadcast_set_description2(ebc, desc, mod);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue