Skip to content

Commit

Permalink
Removed sufix from playlist in plex
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyarbij committed Jul 24, 2022
1 parent 0114548 commit 9bc28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexist/modules/deezer.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _get_dz_playlists(
playlists.append(
Playlist(
id=d["id"],
name=d["title"] + suffix,
name=d["title"],
description=d.get("description", ""),
poster=d.get("picture_big", ""),
)
Expand Down

0 comments on commit 9bc28f0

Please sign in to comment.