Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
opentv: fix copy-and-paste error for latest EPG changes
  • Loading branch information
perexg committed Feb 4, 2016
1 parent 701cd60 commit 70e8c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/opentv.c
Expand Up @@ -443,7 +443,7 @@ opentv_parse_event_section_one
lang_str_destroy(ls);
}
}
save |= epg_broadcast_change_finish(ebc, changes, merge);
save |= epg_episode_change_finish(ee, changes3, merge);
}

save |= epg_broadcast_change_finish(ebc, changes, merge);
Expand Down

0 comments on commit 70e8c42

Please sign in to comment.