epggrab: add back channel_reicon to epggrab_save()
This commit is contained in:
parent
dad38801b0
commit
bc7c41018e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue