Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xmltv: fix previously-shown parsing, fixes #3538
  • Loading branch information
perexg committed Jan 30, 2016
1 parent dd2995e commit 10fe6da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/epggrab/module/xmltv.c
Expand Up @@ -494,7 +494,9 @@ static int _xmltv_parse_programme_tags
save |= xmltv_parse_accessibility(mod, ebc, tags);

/* Misc */
save |= _xmltv_parse_previously_shown(mod, ebc, tags, &first_aired);
save |= _xmltv_parse_previously_shown(mod, ebc,
htsmsg_get_map(tags, "previously-shown"),
&first_aired);
if (htsmsg_get_map(tags, "premiere") ||
htsmsg_get_map(tags, "new"))
save |= epg_broadcast_set_is_new(ebc, 1, mod);
Expand Down

0 comments on commit 10fe6da

Please sign in to comment.