]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: add back channel_reicon to epggrab_save()
authorJaroslav Kysela <perex@perex.cz>
Wed, 9 Jul 2014 13:31:22 +0000 (15:31 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 9 Jul 2014 13:31:22 +0000 (15:31 +0200)
src/epggrab.c

index 0c80262095045acce07f34f688c132ca18d3eddf..a35b1c8ac3f344301baecbc8a1e2068f83501707 100644 (file)
@@ -216,6 +216,7 @@ void epggrab_save ( void )
   m = htsmsg_create_map();
   htsmsg_add_u32(m, "channel_rename", epggrab_channel_rename);
   htsmsg_add_u32(m, "channel_renumber", epggrab_channel_renumber);
+  htsmsg_add_u32(m, "channel_reicon", epggrab_channel_reicon);
   htsmsg_add_u32(m, "epgdb_periodicsave", epggrab_epgdb_periodicsave);
   htsmsg_add_str(m, "cron", epggrab_cron);
   htsmsg_add_str(m, "ota_cron", epggrab_ota_cron);