Skip to content

Commit fa7b53c

Browse files
committed
added labels support for audio album
1 parent a51d022 commit fa7b53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def _loadData(self, data):
183183
self.year = utils.cast(int, data.attrib.get('year'))
184184
self.genres = self.findItems(data, media.Genre)
185185
self.collections = self.findItems(data, media.Collection)
186+
self.labels = self.findItems(data, media.Label)
186187

187188
def track(self, title):
188189
""" Returns the :class:`~plexapi.audio.Track` that matches the specified title.

0 commit comments

Comments
 (0)