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 54a88da commit 165c19fCopy full SHA for 165c19f
plexapi/media.py
@@ -685,6 +685,7 @@ def _loadData(self, data):
685
self.primary = data.attrib.get('primary')
686
self.shortIdentifier = self.identifier.rsplit('.', 1)[1]
687
if 'mediaType' in self._initpath:
688
+ self.name = data.attrib.get('name')
689
self.languageCode = []
690
for code in data:
691
self.languageCode += [code.attrib.get('code')]
0 commit comments