Don't escape song title in album songs view
This commit is contained in:

committed by
Sumner Evans

parent
d8ed773e02
commit
db49ed8c40
@@ -327,7 +327,7 @@ class AlbumWithSongs(Gtk.Box):
|
||||
[
|
||||
playable,
|
||||
status,
|
||||
util.esc(song.title),
|
||||
song.title or "",
|
||||
util.format_song_duration(song.duration),
|
||||
song.id,
|
||||
]
|
||||
|
Reference in New Issue
Block a user