]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epg channel mapper: fix the wrong channel list save, fixes #4539
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Aug 2017 08:13:31 +0000 (10:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Aug 2017 09:05:16 +0000 (11:05 +0200)
src/epggrab/channel.c

index 24dd0034c563c57c7ae2226066b8229475c9eb5a..f4309c07dfb5dfb64fe87725b0dd1eaa73d0d3ad 100644 (file)
@@ -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;
     }