Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: add back removed epg save timer init, fixes #3174
  • Loading branch information
perexg committed Oct 19, 2015
1 parent ffd995c commit 3a0756c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/epggrab.c
Expand Up @@ -158,6 +158,10 @@ static void _epggrab_load ( void )
}
}

if (epggrab_conf.epgdb_periodicsave)
gtimer_arm(&epggrab_save_timer, epg_save_callback, NULL,
epggrab_conf.epgdb_periodicsave * 3600);

idnode_notify_changed(&epggrab_conf.idnode);

/* Load module config (channels) */
Expand Down

0 comments on commit 3a0756c

Please sign in to comment.