From 3bd122956bcf01248fbdf13c576d8d678d5c0e62 Mon Sep 17 00:00:00 2001 From: fvlaicu <19238716+fvlaicu@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:07:43 +0200 Subject: [PATCH] the other plex clients allow all users to skip-intro if the admin has plexpass. Signed-off-by: fvlaicu <19238716+fvlaicu@users.noreply.github.com> --- lib/_included_packages/plexnet/myplexaccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_included_packages/plexnet/myplexaccount.py b/lib/_included_packages/plexnet/myplexaccount.py index 3fe4ca17..69a623a3 100644 --- a/lib/_included_packages/plexnet/myplexaccount.py +++ b/lib/_included_packages/plexnet/myplexaccount.py @@ -220,7 +220,7 @@ def signOut(self, expired=False): self.saveState() def hasPlexPass(self): - return self.isPlexPass or (self.isManaged and self.adminHasPlexPass) + return self.isPlexPass or self.adminHasPlexPass def validateToken(self, token, switchUser=False): self.authToken = token