Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network scan: remove from queue disabled muxes
  • Loading branch information
perexg committed Jan 24, 2015
1 parent 28337dc commit 44a1df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_scan.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 44a1df1

Please sign in to comment.