Only accept tv services
This commit is contained in:
parent
87c553ea36
commit
be2d83bab1
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@ serviceprobe_add(th_transport_t *t)
|
|||
{
|
||||
int was_first = TAILQ_FIRST(&probequeue) == NULL;
|
||||
|
||||
if(!transport_is_tv(t))
|
||||
return;
|
||||
|
||||
if(t->tht_on_probe_queue)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue