This commit is contained in:
Hellowlol 2018-03-02 20:13:51 +01:00
parent a322574dc6
commit f6aa27eb83

View file

@ -125,7 +125,6 @@ class Movie(Playable, Video):
Video._loadData(self, data)
Playable._loadData(self, data)
self.key = data.attrib.get('key')
self._details_key = self.key + self._include
self.art = data.attrib.get('art')
self.audienceRating = utils.cast(float, data.attrib.get('audienceRating'))