diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ScanSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 2b25cce7..b620712b 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -283,7 +283,7 @@ class ScanSetup(Screen): for x in self["config"].list: x[1].save() - feid = 0 # insert correct frontend id here (should be user-selectable) + feid = config.scan.nims.value # flags |= eComponentScan.scanSearchBAT self.session.openWithCallback(self.keyCancel, ServiceScan, tlist, feid, flags) |
