summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.h')
-rw-r--r--Plexservice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Plexservice.h b/Plexservice.h
index af7275d..e96bf16 100644
--- a/Plexservice.h
+++ b/Plexservice.h
@@ -47,13 +47,15 @@ public:
std::shared_ptr<MediaContainer> GetLastSection();
void GetAuthDetails();
void Authenticate();
-
PlexServer* GetServer();
+
static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0);
static std::string GetMyPlexToken();
static MediaContainer GetMediaContainer(std::string fullUrl);
static std::string encode(std::string message);
+ std::string StartUri;
+
private:
Poco::Mutex m_mutex;
Poco::Net::HTTPClientSession *m_pPlexSession;