aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-19 20:22:24 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-19 20:22:24 +0000
commit8bf997495d8f192ccd44545b8fba92a3bcbb3e22 (patch)
tree5d0e0762bf9a590ce3fb43d0f5a80df3bb9e2b06 /lib/python
parentfe310589ee09baf537de9f203ddf061915735b63 (diff)
downloadenigma2-8bf997495d8f192ccd44545b8fba92a3bcbb3e22.tar.gz
enigma2-8bf997495d8f192ccd44545b8fba92a3bcbb3e22.zip
show bskyb HD services in channelselection
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index d640ac25..7bd50472 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -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):