delete all service references before playService .. otherwise the 2nd tuner is used...
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index d621d12e667231831f16e2af51c112b1db8dc658..a11e9262118a859ed98ae4cb13ebe186efe5e647 100644 (file)
@@ -1275,6 +1275,8 @@ class InfoBarSubserviceSelection:
                                        selection=n-1
                                newservice = subservices.getSubservice(selection)
                                if newservice.valid():
+                                       del subservices
+                                       del service
                                        self.session.nav.playService(newservice)
 
        def subserviceSelection(self):