summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.h')
-rw-r--r--Plexservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plexservice.h b/Plexservice.h
index d20c5ee..e30e346 100644
--- a/Plexservice.h
+++ b/Plexservice.h
@@ -40,6 +40,7 @@ class Plexservice
{
public:
Plexservice(PlexServer *server);
+ Plexservice(PlexServer *server, std::string startUri);
void DisplaySections();
std::shared_ptr<MediaContainer> GetSection(std::string section, bool putOnStack = true);