summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.h')
-rw-r--r--Plexservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plexservice.h b/Plexservice.h
index 4635ccd..5f3567b 100644
--- a/Plexservice.h
+++ b/Plexservice.h
@@ -52,7 +52,7 @@ public:
static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0);
static std::string GetMyPlexToken();
- static MediaContainer GetMediaContainer(std::string fullUrl);
+ static std::shared_ptr<MediaContainer> GetMediaContainer(std::string fullUrl);
static std::string encode(std::string message);
std::string StartUri;