fix non working ignore of markers when multiple bouquets is disabled
[vuplus_dvbapp] / lib / python / Screens / ChannelSelection.py
index 26ca436..c9a0eee 100644 (file)
@@ -910,7 +910,9 @@ class ChannelSelectionBase(Screen):
                                self.enterPath(ref)
 
        def inBouquet(self):
-               return self.isBasePathEqual(self.bouquet_root)
+               if len(self.servicePath) > 0 and self.servicePath[0] == self.bouquet_root:
+                       return True
+               return False
 
        def atBegin(self):
                return self.servicelist.atBegin()