mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Add fields to plexapi.audio.Tracks
This commit is contained in:
parent
b60dcb2a23
commit
3fa601db3e
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ class Track(Audio, Playable):
|
||||||
self.year = utils.cast(int, data.attrib.get('year'))
|
self.year = utils.cast(int, data.attrib.get('year'))
|
||||||
self.media = self.findItems(data, media.Media)
|
self.media = self.findItems(data, media.Media)
|
||||||
self.moods = self.findItems(data, media.Mood)
|
self.moods = self.findItems(data, media.Mood)
|
||||||
|
self.fields = self.findItems(data, media.Field)
|
||||||
|
|
||||||
def _prettyfilename(self):
|
def _prettyfilename(self):
|
||||||
""" Returns a filename for use in download. """
|
""" Returns a filename for use in download. """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue