mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-12 23:17:07 +00:00
Fix PMS timeline reporting on clients when using playMedia (#826)
This commit is contained in:
parent
b8cef9dc12
commit
69739d6f2a
1 changed files with 2 additions and 0 deletions
|
@ -511,7 +511,9 @@ class PlexClient(PlexObject):
|
|||
|
||||
playqueue = media if isinstance(media, PlayQueue) else self._server.createPlayQueue(media)
|
||||
self.sendCommand('playback/playMedia', **dict({
|
||||
'providerIdentifier': 'com.plexapp.plugins.library',
|
||||
'machineIdentifier': self._server.machineIdentifier,
|
||||
'protocol': server_url[0],
|
||||
'address': server_url[1].strip('/'),
|
||||
'port': server_port,
|
||||
'offset': offset,
|
||||
|
|
Loading…
Reference in a new issue