Fix release of default.py

This commit is contained in:
croneter 2018-01-28 13:26:25 +01:00
parent 05f9f56a4d
commit 2243bc42aa

View file

@ -49,6 +49,7 @@ def playback_triage(plex_id=None, plex_type=None, path=None, resolve=True):
plex_id, plex_type, path) plex_id, plex_type, path)
if not state.AUTHENTICATED: if not state.AUTHENTICATED:
LOG.error('Not yet authenticated for PMS, abort starting playback') LOG.error('Not yet authenticated for PMS, abort starting playback')
if resolve is True:
# Release default.py # Release default.py
pickle_me(Playback_Successful()) pickle_me(Playback_Successful())
# "Unauthorized for PMS" # "Unauthorized for PMS"