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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c349525b20718139660fbf970be8f82fffa1f40e;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 6a2fa68f9..2a50a2c9a 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; }