mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
Merge pull request #211 from pkkid/add_missing_label_tvshow
Add missing labels to cls show
This commit is contained in:
commit
973e5558ee
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ class Show(Video):
|
|||
self.year = utils.cast(int, data.attrib.get('year'))
|
||||
self.genres = self.findItems(data, media.Genre)
|
||||
self.roles = self.findItems(data, media.Role)
|
||||
self.labels = self.findItems(data, media.Label)
|
||||
|
||||
@property
|
||||
def actors(self):
|
||||
|
|
Loading…
Reference in a new issue