mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-25 21:20:18 +00:00
lets not give on the master toke if we dont need to.
This commit is contained in:
parent
2c9402fd44
commit
8b7569b130
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class PlexClient(PlexObject):
|
||||||
'port': server_port,
|
'port': server_port,
|
||||||
'offset': offset,
|
'offset': offset,
|
||||||
'key': media.key,
|
'key': media.key,
|
||||||
'token': media._server._token,
|
'token': media._server.createToken(),
|
||||||
'type': mediatype,
|
'type': mediatype,
|
||||||
'containerKey': '/playQueues/%s?window=100&own=1' % playqueue.playQueueID,
|
'containerKey': '/playQueues/%s?window=100&own=1' % playqueue.playQueueID,
|
||||||
}, **params))
|
}, **params))
|
||||||
|
|
Loading…
Reference in a new issue