mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed unneeded ".join"
This commit is contained in:
parent
ddc0da3b8e
commit
e5120c4336
@ -1799,7 +1799,7 @@ class AlbumPopover(Gtk.Popover):
|
||||
self._client.tagtypes("all")
|
||||
for song in songs:
|
||||
track=song["track"][0]
|
||||
title=(", ".join(song["title"]))
|
||||
title=str(song["title"])
|
||||
# only show artists =/= albumartist
|
||||
try:
|
||||
song["artist"].remove(album_artist)
|
||||
|
Loading…
Reference in New Issue
Block a user