summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
committerchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
commit709ebb92273ae0af7aae79dfeb55e3ddf17324af (patch)
treeadf10eeaa71b65dfd5343c8d8c31b5728ec334b1 /Plexservice.h
parent86cfa7fa64406971990160db56b71c7a71dcf3e5 (diff)
downloadvdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.gz
vdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.bz2
- Added handling for disapearing or not reachable plexservers
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;