Add missing labels to cls show

This commit is contained in:
Hellowlol 2017-10-09 15:40:46 +02:00
parent b385b7626b
commit ef7b631e82

View file

@ -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):