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 a51d022 commit fa7b53cCopy full SHA for fa7b53c
plexapi/audio.py
@@ -183,6 +183,7 @@ def _loadData(self, data):
183
self.year = utils.cast(int, data.attrib.get('year'))
184
self.genres = self.findItems(data, media.Genre)
185
self.collections = self.findItems(data, media.Collection)
186
+ self.labels = self.findItems(data, media.Label)
187
188
def track(self, title):
189
""" Returns the :class:`~plexapi.audio.Track` that matches the specified title.
0 commit comments