X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/60efa2472bcb43a1faaf5e41c7a7e2cd770776be..d838e8b3d85b0f0d1777b1ddc4f7bd9fefefddd6:/lib/python/Screens/InfoBarGenerics.py 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: