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 11f713dd85
.
Cannot do things this way it breaks more general EPG OTA mux support.
This commit is contained in:
parent
6bdf0181f1
commit
7f02f0f620
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue