diff options
author | chriszero <zerov83@gmail.com> | 2015-12-19 21:55:26 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-19 21:55:26 +0100 |
commit | 516d7da6bf79c8e48d5348706faeba8ea5061984 (patch) | |
tree | d200477fa28271c5c47ceb9811394e405fd56b1d /Plexservice.h | |
parent | 1d624e296ee8b6a13abf0a4012a5e07b2354970e (diff) | |
download | vdr-plugin-plex-516d7da6bf79c8e48d5348706faeba8ea5061984.tar.gz vdr-plugin-plex-516d7da6bf79c8e48d5348706faeba8ea5061984.tar.bz2 |
Starting to redesign server communication.
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 7897281..097106f 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -49,10 +49,10 @@ public: PlexServer* GetServer(); void Authenticate(); - static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0); + static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0, bool http = false); static std::string GetMyPlexToken(); static std::shared_ptr<MediaContainer> GetMediaContainer(std::string fullUrl); - static std::string encode(std::string message); + //static std::string encode(std::string message); static void UpdateResources(); std::string StartUri; |