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 3418acf commit 96cb0ebCopy full SHA for 96cb0eb
plexapi/media.py
@@ -674,4 +674,5 @@ def _loadData(self, data):
674
self.hasAttribution = data.attrib.get('hasAttribution')
675
self.hasPrefs = data.attrib.get('hasPrefs')
676
self.identifier = data.attrib.get('identifier')
677
- self.primary = data.attrib.get('primary')
+ self.primary = data.attrib.get('primary')
678
+ self.shortIdentifier = self.identifier.rsplit('.', 1)[1]
0 commit comments