Skip to content

Commit

Permalink
[Menu] skip fetching plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Sep 9, 2023
1 parent 3e19372 commit 095acf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/Menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def createMenuList(self):
self.list.remove(x)
break
description = plugins.getDescriptionForMenuEntryID(self.menuID, plugin_menuid)
description = "" # plugins.getDescriptionForMenuEntryID(self.menuID, plugin_menuid) # commented out as it is super slow
menupng = MenuEntryPixmap(l[2], self.png_cache)
self.list.append((l[0], boundFunction(l[1], self.session, close=self.close), l[2], l[3] or 50, description, menupng))

Expand Down

0 comments on commit 095acf4

Please sign in to comment.