From ee1a33cc4c834f72bad9ee1bd375b89aa7515684 Mon Sep 17 00:00:00 2001 From: Croneter Date: Thu, 7 Jun 2018 17:15:37 +0200 Subject: [PATCH] Fix searching for PMS if there is no internet connection - Fixes #485 --- resources/lib/PlexFunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/PlexFunctions.py b/resources/lib/PlexFunctions.py index 7a127659..de165fb1 100644 --- a/resources/lib/PlexFunctions.py +++ b/resources/lib/PlexFunctions.py @@ -330,7 +330,7 @@ def _pms_list_from_plex_tv(token): xml.attrib except AttributeError: LOG.error('Could not get list of PMS from plex.tv') - return + return [] from Queue import Queue queue = Queue()