Skip to content

Commit 8b7569b

Browse files
committed
lets not give on the master toke if we dont need to.
1 parent 2c9402f commit 8b7569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def playMedia(self, media, offset=0, **params):
490490
'port': server_port,
491491
'offset': offset,
492492
'key': media.key,
493-
'token': media._server._token,
493+
'token': media._server.createToken(),
494494
'type': mediatype,
495495
'containerKey': '/playQueues/%s?window=100&own=1' % playqueue.playQueueID,
496496
}, **params))

0 commit comments

Comments
 (0)