mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
ffs
This commit is contained in:
parent
a322574dc6
commit
f6aa27eb83
1 changed files with 0 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue