Fix release of default.py
This commit is contained in:
parent
05f9f56a4d
commit
2243bc42aa
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@ def playback_triage(plex_id=None, plex_type=None, path=None, resolve=True):
|
|||
plex_id, plex_type, path)
|
||||
if not state.AUTHENTICATED:
|
||||
LOG.error('Not yet authenticated for PMS, abort starting playback')
|
||||
# Release default.py
|
||||
pickle_me(Playback_Successful())
|
||||
if resolve is True:
|
||||
# Release default.py
|
||||
pickle_me(Playback_Successful())
|
||||
# "Unauthorized for PMS"
|
||||
dialog('notification', lang(29999), lang(30017))
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue