We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a322574 commit f6aa27eCopy full SHA for f6aa27e
plexapi/video.py
@@ -125,7 +125,6 @@ def _loadData(self, data):
125
Video._loadData(self, data)
126
Playable._loadData(self, data)
127
128
- self.key = data.attrib.get('key')
129
self._details_key = self.key + self._include
130
self.art = data.attrib.get('art')
131
self.audienceRating = utils.cast(float, data.attrib.get('audienceRating'))
0 commit comments