diff options
author | chriszero <zerov83@gmail.com> | 2015-01-18 20:27:16 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-01-18 20:27:16 +0100 |
commit | 8d7655c7eb7086a56b7722908291c163d596843d (patch) | |
tree | 61181d40ebc59a3155bc53748a9096f302cf6116 /Plexservice.h | |
parent | d3777dd6bcb11ceea85eca91e670d7872ba7b1ea (diff) | |
download | vdr-plugin-plex-8d7655c7eb7086a56b7722908291c163d596843d.tar.gz vdr-plugin-plex-8d7655c7eb7086a56b7722908291c163d596843d.tar.bz2 |
Implemented skip backwards/forward. Key Green/Yellow
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plexservice.h b/Plexservice.h index ba16ccf..6bd3c33 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -59,12 +59,12 @@ public: void Authenticate(); //void DiscoverFirstServer(); PlexServer* GetServer(); - std::string GetUniversalTranscodeUrl(Video* video); + static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0); static MediaContainer* GetMediaContainer(std::string fullUrl); protected: - std::string encode(std::string message); + static std::string encode(std::string message); private: Poco::Mutex m_mutex; |