summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-04-04 15:10:52 +0200
committerchriszero <zerov83@gmail.com>2015-04-04 15:10:52 +0200
commit21ee9e67ff7029c099c9fd772d3dc3e23c955199 (patch)
tree254ecef54be3682aea55ff747f3d2912e5732faf /Plexservice.h
parentb3a59b06a977129bd773ff46f4fd66e0057fb9cd (diff)
downloadvdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.gz
vdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.bz2
more skindesigner support
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 e30e346..4635ccd 100644
--- a/Plexservice.h
+++ b/Plexservice.h
@@ -45,6 +45,7 @@ public:
void DisplaySections();
std::shared_ptr<MediaContainer> GetSection(std::string section, bool putOnStack = true);
std::shared_ptr<MediaContainer> GetLastSection(bool current = false);
+ bool IsRoot();
void GetAuthDetails();
void Authenticate();
PlexServer* GetServer();