#634 Playlist assets should work now

pull/652/head
meisnate12 3 years ago
parent a3c4a3ebb7
commit 3fecc7798e

@ -830,7 +830,7 @@ class Plex(Library):
name = os.path.basename(os.path.dirname(str(item.locations[0]))) name = os.path.basename(os.path.dirname(str(item.locations[0])))
elif isinstance(item, (Artist, Show)): elif isinstance(item, (Artist, Show)):
name = os.path.basename(str(item.locations[0])) name = os.path.basename(str(item.locations[0]))
elif isinstance(item, Collection): elif isinstance(item, (Collection, Playlist)):
name = name if name else item.title name = name if name else item.title
else: else:
return None, None, None return None, None, None

Loading…
Cancel
Save