X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d66c36f6534f32c7362c45965051cf84ccf84ba9..56068e5ec25361c2a06eb9f0133eeebb32cf44c1:/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index fa533c0b..ea62550b 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -484,8 +484,8 @@ class TunerScreen(ScanSetup): self.updateTransponders() def updateTransponders(self): - if len(tuning.sat.choices): - transponderlist = nimmanager.getTransponders(int(tuning.sat.value)) + if len(tuning.sat.satList): + transponderlist = nimmanager.getTransponders(tuning.sat.orbital_position) tps = [] cnt=0 for x in transponderlist: