Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- set subtitle from DVB OTA EPG
  • Loading branch information
dero authored and perexg committed Mar 9, 2015
1 parent cd4da6a commit ce78f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/epggrab/module/eit.c
Expand Up @@ -531,6 +531,8 @@ static int _eit_process_event
*save |= epg_episode_set_genre(ee, ev.genre, mod);
if ( ev.parental )
*save |= epg_episode_set_age_rating(ee, ev.parental, mod);
if ( ev.summary )
*save |= epg_episode_set_subtitle2(ee, ev.summary, mod);
#if TODO_ADD_EXTRA
if ( ev.extra )
*save |= epg_episode_set_extra(ee, extra, mod);
Expand Down

0 comments on commit ce78f14

Please sign in to comment.