From: Andreas Monzner Date: Tue, 19 Feb 2008 20:22:24 +0000 (+0000) Subject: show bskyb HD services in channelselection X-Git-Tag: 2.6.0~1513 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/8bf997495d8f192ccd44545b8fba92a3bcbb3e22 show bskyb HD services in channelselection --- 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):