diff options
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plexservice.h b/Plexservice.h index 3daa7cf..02961d3 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -61,7 +61,7 @@ public: PlexServer* GetServer(); static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0); - static MediaContainer* GetMediaContainer(std::string fullUrl); + static MediaContainer GetMediaContainer(std::string fullUrl); static std::string encode(std::string message); private: |