summaryrefslogtreecommitdiff
path: root/hlsPlayerControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hlsPlayerControl.cpp')
-rw-r--r--hlsPlayerControl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/hlsPlayerControl.cpp b/hlsPlayerControl.cpp
index 1f19336..73e2d6f 100644
--- a/hlsPlayerControl.cpp
+++ b/hlsPlayerControl.cpp
@@ -1,7 +1,9 @@
#include "hlsPlayerControl.h"
#include <vdr/status.h>
+#include <vdr/remote.h>
+#include "plex.h"
#include "PlexServer.h"
#include "Plexservice.h"
#include "MediaContainer.h"
@@ -125,6 +127,8 @@ eOSState cHlsPlayerControl::ProcessKey(eKeys Key)
case kBlue:
Hide();
Stop();
+ cMyPlugin::CalledFromCode = true;
+ cRemote::CallPlugin(PLUGIN);
return osEnd;
default: {
DoShowMode = false;