]> 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 08:14:58 +0000 (10:14 +0200)
src/epggrab/channel.c

index 6a2fa68f97562733d848c6b4d06eba83becfab49..2a50a2c9a5e624e722eb36e019301cbf0cc91af1 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;
     }