Skip to content

Commit

Permalink
Fix changing modulation with red button
Browse files Browse the repository at this point in the history
Thanks @devilcosta and Matrix10
  • Loading branch information
athoik committed Feb 27, 2017
1 parent aa210ba commit 673ced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.py
Expand Up @@ -134,7 +134,7 @@ def __init__(self, session):

self["actions"] = ActionMap(["SetupActions", "DirectionActions", "WizardActions", "ColorActions", "MenuActions", "ChannelSelectEPGActions", "ChannelSelectBaseActions"],
{
"cancel": self.cancel, # add the RC Command "cancel" to close your Screen
"back": self.cancel, # add the RC Command "cancel" to close your Screen
"0": boundFunction(self.buttonNumber, 0),
"1": boundFunction(self.buttonNumber, 1),
"2": boundFunction(self.buttonNumber, 2),
Expand Down

0 comments on commit 673ced2

Please sign in to comment.