From 7f02f0f620c07cd7f03c5eb5fb87669ad6a1eb7d Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 21 Aug 2012 19:42:05 +0100 Subject: [PATCH] Revert "Ensure EPG modules are properly init before dvb hardware and thus mux scanning can start. Else setups with single mux on adapter (who on earth would do that!) will not get any EPG data." This reverts commit 11f713dd854ae0bae3e7e64c1de069994e4d40b1. Cannot do things this way it breaks more general EPG OTA mux support. --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index b536b250..102cd0d0 100644 --- a/src/main.c +++ b/src/main.c @@ -399,9 +399,6 @@ main(int argc, char **argv) channels_init(); - epggrab_init(); - epg_init(); - access_init(createdefault); tcp_server_init(); @@ -422,6 +419,9 @@ main(int argc, char **argv) capmt_init(); + epggrab_init(); + epg_init(); + dvr_init(); htsp_init();