From: Jaroslav Kysela Date: Tue, 22 Aug 2017 08:13:31 +0000 (+0200) Subject: epg channel mapper: fix the wrong channel list save, fixes #4539 X-Git-Tag: v4.2.4~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29094027b5cc79489b37166bbc0057908af1b1c3;p=thirdparty%2Ftvheadend.git epg channel mapper: fix the wrong channel list save, fixes #4539 --- diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c index 24dd0034c..f4309c07d 100644 --- a/src/epggrab/channel.c +++ b/src/epggrab/channel.c @@ -167,6 +167,7 @@ epggrab_channel_link ( epggrab_channel_t *ec, channel_t *ch, void *origin ) /* Already linked */ LIST_FOREACH(ilm, &ec->channels, ilm_in1_link) if (ilm->ilm_in2 == &ch->ch_id) { + ilm->ilm_mark = 0; epggrab_channel_sync(ec, ch); return 0; }