summaryrefslogtreecommitdiff
path: root/Plexservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.cpp')
-rw-r--r--Plexservice.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Plexservice.cpp b/Plexservice.cpp
index dc01721..41f9579 100644
--- a/Plexservice.cpp
+++ b/Plexservice.cpp
@@ -11,6 +11,12 @@ Plexservice::Plexservice(PlexServer *server)
pServer = server;
}
+Plexservice::Plexservice(PlexServer *server, std::string startUri)
+{
+ pServer = server;
+ StartUri = startUri;
+}
+
std::string Plexservice::GetMyPlexToken()
{
static bool done;