aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-25 13:06:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-25 13:06:36 -0400
commit20c72e0ce94798511db84882f7358476633ba23b (patch)
tree46c59b0a8299f441bc69186223588ec5d3d2257d
parente619a0dc9057d6a1458bd7a67e376d11a3a1be0f (diff)
for now, require m3u url for sat/ip
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs b/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs
index c417cc09c..cdeb6dfa8 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs
@@ -100,7 +100,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp
{
if (string.IsNullOrWhiteSpace(info.M3UUrl))
{
- //return;
+ return;
}
await _liveTvManager.SaveTunerHost(new TunerHostInfo