summaryrefslogtreecommitdiff
path: root/plexOsd.cpp
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-12-22 20:29:57 +0100
committerchriszero <zerov83@gmail.com>2015-12-22 20:29:57 +0100
commit78eff7c58f9913bdc7dcad71370160261614aeaa (patch)
treea923453f6af5f94e008328763cf9d0301a9faab8 /plexOsd.cpp
parent2a112bcf6f15603d46ab904eabb13bd8ee062a91 (diff)
downloadvdr-plugin-plex-78eff7c58f9913bdc7dcad71370160261614aeaa.tar.gz
vdr-plugin-plex-78eff7c58f9913bdc7dcad71370160261614aeaa.tar.bz2
Some fixes
Diffstat (limited to 'plexOsd.cpp')
-rw-r--r--plexOsd.cpp2
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 {