summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.cpp b/play.cpp
index 4981d54..8c9ecc9 100644
--- a/play.cpp
+++ b/play.cpp
@@ -590,7 +590,8 @@ eOSState cMyControl::ProcessKey(eKeys key)
cRemote::CallPlugin("play");
return osBack;
- case kMenu:
+ case kMenu: // VDR: eats the keys
+ case k5:
if (PlayerDvdNav) {
PlayerSendDvdNavMenu();
break;