diff options
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plexservice.h b/Plexservice.h index e2cab4b..4f81caf 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -44,7 +44,7 @@ public: void DisplaySections(); std::shared_ptr<MediaContainer> GetSection(std::string section, bool putOnStack = true); - std::shared_ptr<MediaContainer> GetLastSection(); + std::shared_ptr<MediaContainer> GetLastSection(bool current = false); void GetAuthDetails(); void Authenticate(); PlexServer* GetServer(); |