mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-25 21:20:18 +00:00
parent
70dd6704be
commit
81dcd58618
1 changed files with 1 additions and 0 deletions
|
@ -1125,6 +1125,7 @@ class Collections(PlexObject):
|
||||||
self.ratingKey = utils.cast(int, data.attrib.get('ratingKey'))
|
self.ratingKey = utils.cast(int, data.attrib.get('ratingKey'))
|
||||||
self._details_key = "/library/metadata/%s%s" % (self.ratingKey, self._include)
|
self._details_key = "/library/metadata/%s%s" % (self.ratingKey, self._include)
|
||||||
self.addedAt = utils.toDatetime(data.attrib.get('addedAt'))
|
self.addedAt = utils.toDatetime(data.attrib.get('addedAt'))
|
||||||
|
self.art = data.attrib.get('art')
|
||||||
self.childCount = utils.cast(int, data.attrib.get('childCount'))
|
self.childCount = utils.cast(int, data.attrib.get('childCount'))
|
||||||
self.collectionMode = data.attrib.get('collectionMode')
|
self.collectionMode = data.attrib.get('collectionMode')
|
||||||
self.collectionSort = data.attrib.get('collectionSort')
|
self.collectionSort = data.attrib.get('collectionSort')
|
||||||
|
|
Loading…
Reference in a new issue