mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
replaced "-" by "•" in "AlbumPopover"
This commit is contained in:
parent
63135b23cb
commit
eb26e7c9ec
@ -1795,7 +1795,7 @@ class AlbumPopover(Gtk.Popover):
|
||||
if artist == album_artist or artist == "":
|
||||
title_artist="<b>{}</b>".format(title)
|
||||
else:
|
||||
title_artist="<b>{}</b> - {}".format(title, artist)
|
||||
title_artist="<b>{}</b> • {}".format(title, artist)
|
||||
title_artist=title_artist.replace("&", "&")
|
||||
self._store.append([track, title_artist, song["human_duration"][0], song["file"][0], title])
|
||||
self._songs_view.set_model(self._store)
|
||||
|
Loading…
Reference in New Issue
Block a user