epggrab: ota - fix the epggrab_ota_cron_multi init (not OTA EPG with defaults)
This commit is contained in:
parent
02f98c3f8c
commit
6e42115ea6
1 changed files with 2 additions and 2 deletions
|
@ -728,8 +728,8 @@ epggrab_ota_init ( void )
|
|||
|
||||
epggrab_ota_initial = 1;
|
||||
epggrab_ota_timeout = 600;
|
||||
epggrab_ota_cron = strdup("# Default config (02:04 and 14:04 everyday)\n4 2 * * *\n4 14 * * *");;
|
||||
epggrab_ota_cron_multi = NULL;
|
||||
epggrab_ota_cron = strdup("# Default config (02:04 and 14:04 everyday)\n4 2 * * *\n4 14 * * *");
|
||||
epggrab_ota_cron_multi = cron_multi_set(epggrab_ota_cron);
|
||||
epggrab_ota_pending_flag = 0;
|
||||
|
||||
RB_INIT(&epggrab_ota_all);
|
||||
|
|
Loading…
Add table
Reference in a new issue