diff options
Diffstat (limited to 'tools/EventClients/Clients/OSXRemote/XBMCHelper.m')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/XBMCHelper.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m index bba3b4b285..a4b8490cb5 100644 --- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m +++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m @@ -169,6 +169,7 @@ break; case kHIDRemoteButtonCodeMenu: if(isPressed){ + [self checkAndLaunchApp]; //launch mp_app_path if it's not running [mp_wrapper handleEvent:ATV_BUTTON_MENU]; } break; |