aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Satfinder/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
index 3cf48fb8..73ecd0fa 100644
--- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
@@ -284,7 +284,7 @@ def SatfinderStart(menuid):
return []
def Plugins(**kwargs):
- if (nimmanager.hasNimType("DVB-T")):
+ if (nimmanager.hasNimType("DVB-S")):
return PluginDescriptor(name=_("Satfinder"), description="Helps setting up your dish", where = PluginDescriptor.WHERE_SETUP, fnc=SatfinderStart)
else:
return []