diff options
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 1c1e4503..37f594dc 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -376,9 +376,9 @@ class ChannelSelection(Screen): config.tv.lastservice.save() class SimpleChannelSelection(ChannelSelection): - def __init__(self, session, args): + def __init__(self, session, title): ChannelSelection.__init__(self, session) - self.args = args + self.title = title def channelSelected(self): # just return selected service ref = self.servicelist.getCurrent() |
