From fe3293e9868d62c4d0c6ab3c10cb54b83f3d94ab Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 20 May 2018 14:17:49 +0200 Subject: [PATCH] Speed up checking of PMS connection, e.g. on startup --- resources/lib/PlexFunctions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lib/PlexFunctions.py b/resources/lib/PlexFunctions.py index e1cd78aa..50e3c3f7 100644 --- a/resources/lib/PlexFunctions.py +++ b/resources/lib/PlexFunctions.py @@ -143,8 +143,6 @@ def check_connection(url, token=None, verifySSL=None): verifySSL = None if settings('sslverify') == 'true' else False if 'plex.tv' in url: url = 'https://plex.tv/api/home/users' - else: - url = url + '/library/onDeck' LOG.debug("Checking connection to server %s with verifySSL=%s", url, verifySSL) answer = DU().downloadUrl(url,