Update sonos.py

This commit is contained in:
Hellowlol 2020-05-11 14:54:12 +02:00
parent f782f52761
commit 2df2a05f67

View file

@ -111,6 +111,6 @@ class PlexSonosClient(PlexClient):
"X-Plex-Token": media._server._token,
"X-Plex-Target-Client-Identifier": self.machineIdentifier,
},
**params,
),
**params
)
)