mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Update sonos.py
This commit is contained in:
parent
f782f52761
commit
2df2a05f67
1 changed files with 2 additions and 2 deletions
|
@ -111,6 +111,6 @@ class PlexSonosClient(PlexClient):
|
|||
"X-Plex-Token": media._server._token,
|
||||
"X-Plex-Target-Client-Identifier": self.machineIdentifier,
|
||||
},
|
||||
**params,
|
||||
),
|
||||
**params
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue