epggrab: add back channel_reicon to epggrab_save()

This commit is contained in:
Jaroslav Kysela 2014-07-09 15:31:22 +02:00
parent dad38801b0
commit bc7c41018e

View 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);