From: Andreas Ă–man Date: Fri, 2 May 2008 14:24:36 +0000 (+0000) Subject: Only accept tv services X-Git-Tag: 2.12~1057 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be2d83bab10c19f49aa0c78c9577d2ae85cef476;p=thirdparty%2Ftvheadend.git Only accept tv services --- diff --git a/serviceprobe.c b/serviceprobe.c index 84cf430d9..5a58c5c82 100644 --- a/serviceprobe.c +++ b/serviceprobe.c @@ -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;