mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Read .parentTitle element for class Track
This commit is contained in:
parent
b6569dc6a3
commit
b51d7548b5
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ class Track(Audio):
|
|||
self.grandparentThumb = data.attrib.get('grandparentThumb', NA)
|
||||
self.grandparentArt = data.attrib.get('grandparentArt', NA)
|
||||
self.parentKey = data.attrib.get('parentKey', NA)
|
||||
self.parentTitle = data.attrib.get('parentTitle', NA)
|
||||
self.parentIndex = data.attrib.get('parentIndex', NA)
|
||||
self.parentThumb = data.attrib.get('parentThumb', NA)
|
||||
self.contentRating = data.attrib.get('contentRating', NA)
|
||||
|
|
Loading…
Reference in a new issue