Fix searching for PMS if there is no internet connection

- Fixes #485
This commit is contained in:
Croneter 2018-06-07 17:15:37 +02:00
parent 65561eea47
commit ee1a33cc4c

View file

@ -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()