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.
2 parents d0acf81 + 5696110 commit 75bf75fCopy full SHA for 75bf75f
plexapi/media.py
@@ -297,6 +297,7 @@ def _loadData(self, data):
297
self.remaining = cast(int, data.attrib.get('remaining'))
298
self.speed = cast(int, data.attrib.get('speed'))
299
self.throttled = cast(int, data.attrib.get('throttled'))
300
+ self.sourceVideoCodec = data.attrib.get('sourceVideoCodec')
301
self.videoCodec = data.attrib.get('videoCodec')
302
self.videoDecision = data.attrib.get('videoDecision')
303
self.width = cast(int, data.attrib.get('width'))
0 commit comments