From 3fa601db3e955a8e027f54d3683694c9465f20bc Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 26 Sep 2020 22:40:37 -0700 Subject: [PATCH] Add fields to plexapi.audio.Tracks --- lib/plexapi/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/plexapi/audio.py b/lib/plexapi/audio.py index 61890a23..05a91307 100644 --- a/lib/plexapi/audio.py +++ b/lib/plexapi/audio.py @@ -366,6 +366,7 @@ class Track(Audio, Playable): self.year = utils.cast(int, data.attrib.get('year')) self.media = self.findItems(data, media.Media) self.moods = self.findItems(data, media.Mood) + self.fields = self.findItems(data, media.Field) def _prettyfilename(self): """ Returns a filename for use in download. """