mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Add locations for plexapi.photo.Photo and plexapi.video.Clip
This commit is contained in:
parent
8a953e789c
commit
a649d2ec12
3 changed files with 17 additions and 3 deletions
|
@ -383,7 +383,7 @@ class Track(Audio, Playable):
|
|||
@property
|
||||
def locations(self):
|
||||
""" This does not exist in plex xml response but is added to have a common
|
||||
interface to get the location of the Artist
|
||||
interface to get the location of the Track
|
||||
"""
|
||||
return [part.file for part in self.iterParts() if part]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue