aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ScanSetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/ScanSetup.py')
-rw-r--r--lib/python/Screens/ScanSetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py
index f6ef01cf..1e164d43 100644
--- a/lib/python/Screens/ScanSetup.py
+++ b/lib/python/Screens/ScanSetup.py
@@ -483,8 +483,7 @@ class ScanSetup(ConfigListScreen, Screen):
elif self.scan_type.value == "single_satellite":
sat = self.satList[self.scan_nims.index][self.scan_satselection[self.scan_nims.index].index]
getInitialTransponderList(tlist, sat[0])
- if sat[2] & 1:
- flags |= eComponentScan.scanNetworkSearch
+ flags |= eComponentScan.scanNetworkSearch
tmp = self.scan_clearallservices.value
if tmp == "yes":
flags |= eComponentScan.scanRemoveServices