mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -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.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. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue