diff options
author | chriszero <zerov83@gmail.com> | 2015-02-08 17:52:01 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-08 17:52:01 +0100 |
commit | 9b62917c4da85e5ec403792fd9a198b1cb005013 (patch) | |
tree | 3bed88f24cab7d722fe0071af4b29f9436b17415 /hlsPlayerControl.h | |
parent | aae151d3808c9c72a6c155261295b2eeaba57c00 (diff) | |
download | vdr-plugin-plex-9b62917c4da85e5ec403792fd9a198b1cb005013.tar.gz vdr-plugin-plex-9b62917c4da85e5ec403792fd9a198b1cb005013.tar.bz2 |
Fixes not working control of casted media.
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r-- | hlsPlayerControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h index 9a3fc60..6457363 100644 --- a/hlsPlayerControl.h +++ b/hlsPlayerControl.h @@ -49,6 +49,7 @@ public: void Play(void); void Stop(void); void SeekTo(int offset); + void JumpRelative(int offset); }; |