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 45df6b5 commit 8a2b8adCopy full SHA for 8a2b8ad
plexapi/media.py
@@ -351,6 +351,7 @@ class Optimized(PlexObject):
351
TAG = 'Optimized'
352
353
def _loadData(self, data):
354
+ self._data = data
355
self.id = data.attrib.get('id')
356
self.composite = data.attrib.get('composite')
357
self.title = data.attrib.get('title')
@@ -365,6 +366,7 @@ class Conversion(PlexObject):
365
366
TAG = 'Conversion'
367
368
369
370
self.addedAt = data.attrib.get('addedAt')
371
self.art = data.attrib.get('art')
372
self.chapterSource = data.attrib.get('chapterSource')
0 commit comments