diff options
author | chriszero <zerov83@gmail.com> | 2015-02-05 21:32:55 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-05 21:32:55 +0100 |
commit | 312c13f4f6b299a976787542869f96b1e66549cf (patch) | |
tree | 7ee2732eaec79d50e0c9718960fd58e2436f10f6 /Plexservice.h | |
parent | 1ecdb2a5d9e05e0d30dae89e3d675218ca4c255e (diff) | |
download | vdr-plugin-plex-312c13f4f6b299a976787542869f96b1e66549cf.tar.gz vdr-plugin-plex-312c13f4f6b299a976787542869f96b1e66549cf.tar.bz2 |
Plex remote support.
Control via Plexapps (Android, IOS...)
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Plexservice.h b/Plexservice.h index 6bd3c33..3daa7cf 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -62,8 +62,6 @@ public: static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0); static MediaContainer* GetMediaContainer(std::string fullUrl); - -protected: static std::string encode(std::string message); private: |