aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index ca697ae8..7d597030 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1204,7 +1204,9 @@ class InfoBarPlugins:
return list
def runPlugin(self, plugin):
+ self.session.servicelist = self.servicelist
plugin(session = self.session)
+ del self.session.servicelist
# depends on InfoBarExtensions
class InfoBarSleepTimer: