show bskyb HD services in channelselection
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 19 Feb 2008 20:22:24 +0000 (20:22 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 19 Feb 2008 20:22:24 +0000 (20:22 +0000)
lib/python/Screens/ChannelSelection.py

index d640ac2..7bd5047 100644 (file)
@@ -631,7 +631,7 @@ MODE_TV = 0
 MODE_RADIO = 1
 
 # this makes it much simple to implement a selectable radio or tv mode :)
-service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195) || (type == 25)'
+service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195) || (type == 25) || (type == 134)'
 service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2)'
 
 class ChannelSelectionBase(Screen):