this fix has side-effects... so we reverse it which breaks initial status again
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 9b41b2b27e93e32411816a1863bd054a84465bb1..03182ab82526d358e9eeedd4b711efda87baaa72 100644 (file)
@@ -368,7 +368,7 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit):
 
        def onShow(self):
                ref = self.session.nav.getCurrentlyPlayingServiceReference()
-               if ref != None and ref.valid() and ref.getPath() == "":
+               if ref.valid() and ref.getPath() == "":
                        self.servicelist.setPlayableIgnoreService(ref)
                else:
                        self.servicelist.setPlayableIgnoreService(eServiceReference())