mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Add missing labels to cls show
This commit is contained in:
parent
b385b7626b
commit
ef7b631e82
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,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