add firstCharacterKey attribute to library.Sort class

This commit is contained in:
blacktwin 2020-06-30 09:21:44 -04:00
parent 4a49ca97b0
commit d0943a369e

View file

@ -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):