Skip to content

Commit 75bf75f

Browse files
authored
Merge pull request #262 from shawnsethi/patch-1
Add sourceVideoCodec to TranscodeSession
2 parents d0acf81 + 5696110 commit 75bf75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/media.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def _loadData(self, data):
297297
self.remaining = cast(int, data.attrib.get('remaining'))
298298
self.speed = cast(int, data.attrib.get('speed'))
299299
self.throttled = cast(int, data.attrib.get('throttled'))
300+
self.sourceVideoCodec = data.attrib.get('sourceVideoCodec')
300301
self.videoCodec = data.attrib.get('videoCodec')
301302
self.videoDecision = data.attrib.get('videoDecision')
302303
self.width = cast(int, data.attrib.get('width'))

0 commit comments

Comments
 (0)