aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 890fd3e0..1c1e4503 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -380,4 +380,10 @@ class SimpleChannelSelection(ChannelSelection):
ChannelSelection.__init__(self, session)
self.args = args
+ def channelSelected(self): # just return selected service
+ ref = self.servicelist.getCurrent()
+ self.close(ref)
+
+ def doContext(self): # don't show context menu
+ pass
\ No newline at end of file