diff options
-rw-r--r-- | myreplaycontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myreplaycontrol.c b/myreplaycontrol.c index dcef55d..fbcd1bf 100644 --- a/myreplaycontrol.c +++ b/myreplaycontrol.c @@ -78,7 +78,7 @@ eOSState myReplayControl::ProcessKey(eKeys Key) lastState = osEnd; if(lastState == osEnd && mysetup.ReturnToPlugin) fCallPlugin = true; - if(Key==kBlue) + if(Key==kBlue || Key==kStop) fCallPlugin = false; return lastState; } |