]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Cleanup EPG after everything has been fully loaded from disk.
authorAdam Sutton <dev@adamsutton.me.uk>
Fri, 25 May 2012 11:49:05 +0000 (12:49 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 30 Jul 2012 14:46:53 +0000 (15:46 +0100)
src/main.c

index 4a26f22d110fd46219a91acd9b18061bc725e79e..566c103d33429d028ca9430a86b9ed98be70ff7d 100644 (file)
@@ -423,6 +423,8 @@ main(int argc, char **argv)
   avahi_init();
 #endif
 
+  epg_updated(); // cleanup now all prev ref's should have been created
+
   pthread_mutex_unlock(&global_lock);