lets not give on the master toke if we dont need to.

This commit is contained in:
Hellowlol 2019-11-28 23:07:15 +01:00
parent 2c9402fd44
commit 8b7569b130

View file

@ -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))