mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
test it update docs.
This commit is contained in:
parent
fc6ecaaa77
commit
82f4485f32
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class PlexClient(PlexObject):
|
|||
self.state = data.attrib.get('state') # session
|
||||
self.vendor = data.attrib.get('vendor') # session
|
||||
self.version = data.attrib.get('version') # session
|
||||
self.local = data.attrib.get('local') # session
|
||||
self.local = utils.cast(bool, data.attrib.get('local', 0))
|
||||
self.address = data.attrib.get('adress') # session
|
||||
self.remotePublicAddress = data.attrib.get('remotePublicAddress')
|
||||
self.userID = data.attrib.get('userID')
|
||||
|
|
Loading…
Reference in a new issue