Skip to content

Commit 0b666fd

Browse files
author
Dr.Best
committed
[MovieSelectionQuickButton] make sure that "Home"-Button is always accessible (that fixes the bug reported by latte0815 at https://board.dreambox.tools/wbb/index.php?thread/10038-problem-movieselectionquickbutton/ )
1 parent e7eb411 commit 0b666fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

movieselectionquickbutton/src/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def startPlugin(self,pname, index):
111111
no_plugin = True
112112
msgText = _("Unknown Error")
113113
current = self.getCurrent()
114-
if current is not None:
114+
if current is not None or pname == _("Home"):
115115
if pname != _("Nothing"):
116116
if pname == _("Delete"):
117117
MCM = MovieContextMenu(self.session,self,current)

0 commit comments

Comments
 (0)