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 commit is contained in:
Adam Sutton 2012-08-20 14:09:49 +01:00
parent abc09456c2
commit 11f713dd85

View file

@ -395,6 +395,9 @@ main(int argc, char **argv)
channels_init();
epggrab_init();
epg_init();
access_init(createdefault);
tcp_server_init();
@ -415,9 +418,6 @@ main(int argc, char **argv)
capmt_init();
epggrab_init();
epg_init();
dvr_init();
htsp_init();