aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-14 12:31:01 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-14 12:31:01 +0000
commit8a53a2ad8943629f8ec86c9144c11132d1d8256d (patch)
tree188550311824116a8829bebce5dc511211bd4ccf /lib/python
parent1f3788c5e1a47fa9b0412902acba38c86b53bb63 (diff)
downloadenigma2-8a53a2ad8943629f8ec86c9144c11132d1d8256d.tar.gz
enigma2-8a53a2ad8943629f8ec86c9144c11132d1d8256d.zip
make H264 services visible in the servicelist
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 bbd4fd3f..90e86225 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -441,7 +441,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) || (type == 195)'
+ self.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195) || (type == 25)'
self.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2)'
self["key_red"] = Button(_("All"))