diff options
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; |