Update PlexAPI to 4.4.1

This commit is contained in:
JonnyWong16 2021-03-11 17:17:33 -08:00
parent 9d94b137ce
commit 32ca522c32
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
6 changed files with 100 additions and 32 deletions

View file

@ -494,7 +494,7 @@ class PlexClient(PlexObject):
'address': server_url[1].strip('/'),
'port': server_port,
'offset': offset,
'key': media.key,
'key': media.key or playqueue.selectedItem.key,
'token': media._server.createToken(),
'type': mediatype,
'containerKey': '/playQueues/%s?window=100&own=1' % playqueue.playQueueID,