show kiosque channels in tv lists
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 2bc6259a2eb0b8a0b46a8e5b765d0b0e8da6bbf6..a38182edca1431ceb414089ce24555b997317f04 100644 (file)
@@ -433,7 +433,7 @@ class ChannelSelectionBase(Screen):
                Screen.__init__(self, session)
 
                # this makes it much simple to implement a selectable radio or tv mode :)
-               self.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17)'
+               self.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195)'
                self.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2)'
 
                self["key_red"] = Button(_("All"))