mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Update PlexAPI to 4.4.1
This commit is contained in:
parent
9d94b137ce
commit
32ca522c32
6 changed files with 100 additions and 32 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue