mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
test header removal
This commit is contained in:
parent
7fbdd72e28
commit
d23c81c15c
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Video(PlexPartialObject):
|
|||
data += '&%s=%s' % (quote_plus('Item[MediaSettings][musicBitrate]'), '')
|
||||
data += '&%s=%s' % (quote_plus('Item[MediaSettings][photoQuality]'), '')
|
||||
|
||||
return self._server.query(data, method=self._server._session.put, headers={'X-Plex-Client-Identifier': "jzyhufx6t98rrjpce98b6irx"})
|
||||
return self._server.query(data, method=self._server._session.put)
|
||||
|
||||
def sync(self, videoQuality, client=None, clientId=None, limit=None, unwatched=False, title=None):
|
||||
""" Add current video (movie, tv-show, season or episode) as sync item for specified device.
|
||||
|
|
Loading…
Reference in a new issue