Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
channels: fix the EPG auto functionality for mapped channels
  • Loading branch information
perexg committed Oct 15, 2015
1 parent 765cc89 commit 65ce2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/channels.c
Expand Up @@ -873,6 +873,9 @@ channel_save ( channel_t *ch )
idnode_save(&ch->ch_id, c);
hts_settings_save(c, "channel/config/%s", idnode_uuid_as_sstr(&ch->ch_id));
htsmsg_destroy(c);
/* update the EPG channel <-> channel mapping here */
if (ch->ch_enabled && ch->ch_epgauto)
epggrab_channel_add(ch);
}

/**
Expand Down

0 comments on commit 65ce2f0

Please sign in to comment.