mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +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,
|
||||
'offset': offset,
|
||||
'key': media.key,
|
||||
'token': media._server._token,
|
||||
'token': media._server.createToken(),
|
||||
'type': mediatype,
|
||||
'containerKey': '/playQueues/%s?window=100&own=1' % playqueue.playQueueID,
|
||||
}, **params))
|
||||
|
|
Loading…
Reference in a new issue