diff options
author | chriszero <zerov83@gmail.com> | 2015-04-04 15:10:52 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-04 15:10:52 +0200 |
commit | 21ee9e67ff7029c099c9fd772d3dc3e23c955199 (patch) | |
tree | 254ecef54be3682aea55ff747f3d2912e5732faf /Plexservice.h | |
parent | b3a59b06a977129bd773ff46f4fd66e0057fb9cd (diff) | |
download | vdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.gz vdr-plugin-plex-21ee9e67ff7029c099c9fd772d3dc3e23c955199.tar.bz2 |
more skindesigner support
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 1 |
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(); |