diff options
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(); |