diff options
Diffstat (limited to 'plexOsd.cpp')
-rw-r--r-- | plexOsd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plexOsd.cpp b/plexOsd.cpp index 8a54cc8..ba498d5 100644 --- a/plexOsd.cpp +++ b/plexOsd.cpp @@ -13,7 +13,7 @@ cPlexBrowser::cPlexBrowser(const char *title, std::shared_ptr<plexclient::Plexse { dsyslog("[plex]%s:\n", __FUNCTION__); pService = Service; - pService->Authenticate(); + //pService->Authenticate(); if(pService == pLastService) { pCont = pService->GetLastSection(true); } else { |