mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Add original title
This commit is contained in:
parent
f8c092393c
commit
72ce96f987
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class Video(PlexPartialObject):
|
|||
self.librarySectionID = data.attrib.get('librarySectionID', NA)
|
||||
self.ratingKey = data.attrib.get('ratingKey', NA)
|
||||
self.title = data.attrib.get('title', NA)
|
||||
self.originalTitle = data.attrib.get('originalTitle', NA)
|
||||
self.summary = data.attrib.get('summary', NA)
|
||||
self.art = data.attrib.get('art', NA)
|
||||
self.thumb = data.attrib.get('thumb', NA)
|
||||
|
|
Loading…
Reference in a new issue