Mind Alexa transient token
This commit is contained in:
parent
bbb35856e0
commit
8c10c66bdc
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class PlexCompanion(Thread):
|
||||||
v.KODI_PLAYLIST_TYPE_FROM_PLEX_TYPE[api.getType()])
|
v.KODI_PLAYLIST_TYPE_FROM_PLEX_TYPE[api.getType()])
|
||||||
playqueue.clear()
|
playqueue.clear()
|
||||||
get_playlist_details_from_xml(playqueue, xml)
|
get_playlist_details_from_xml(playqueue, xml)
|
||||||
|
playqueue.plex_transient_token = data.get('token')
|
||||||
if data.get('offset') != '0':
|
if data.get('offset') != '0':
|
||||||
offset = float(data['offset']) / 1000.0
|
offset = float(data['offset']) / 1000.0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue