mpegts network scan: remove from queue disabled muxes
This commit is contained in:
parent
28337dcbbe
commit
44a1df1fac
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ mpegts_network_scan_timer_cb ( void *p )
|
|||
/* No valid tuners (subtly different, might be able to tuner a later
|
||||
* mux)
|
||||
*/
|
||||
if (r == SM_CODE_NO_VALID_ADAPTER)
|
||||
if (r == SM_CODE_NO_VALID_ADAPTER && mm->mm_is_enabled(mm))
|
||||
continue;
|
||||
|
||||
/* Failed */
|
||||
|
|
Loading…
Add table
Reference in a new issue