mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
add firstCharacterKey attribute to library.Sort class
This commit is contained in:
parent
4a49ca97b0
commit
d0943a369e
1 changed files with 1 additions and 0 deletions
|
@ -1176,6 +1176,7 @@ class Sort(PlexObject):
|
|||
self.descKey = data.attrib.get('descKey')
|
||||
self.key = data.attrib.get('key')
|
||||
self.title = data.attrib.get('title')
|
||||
self.firstCharacterKey = data.attrib.get('firstCharacterKey')
|
||||
|
||||
|
||||
class FirstCharacter(PlexObject):
|
||||
|
|
Loading…
Reference in a new issue