aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PluginBrowser.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/PluginBrowser.py')
-rw-r--r--lib/python/Screens/PluginBrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py
index c03aa910..6d3ce66a 100644
--- a/lib/python/Screens/PluginBrowser.py
+++ b/lib/python/Screens/PluginBrowser.py
@@ -35,7 +35,7 @@ class PluginBrowser(Screen):
self.list = []
self.pluginlist = plugins.getPluginList()
for x in self.pluginlist:
- self.list.append(PluginEntryComponent(x[0], x[1]))
+ self.list.append(PluginEntryComponent(x[0], x[1], x[6]))
self["list"].l.setList(self.list)