Skip to content

Commit 5696110

Browse files
authored
Add sourceVideoCodec to TranscodeSession
1 parent d0acf81 commit 5696110

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)