GNOME Bugzilla – Bug 781684
In Playlist view album title is displayed instead of artist name
Last modified: 2017-04-25 08:46:46 UTC
Hi, In Playlist view, the album title is displayed twice in the last columns. The last column should be the artist name. This regression was introduced with commit 2601c2d9244952bab06233bc49fa51475c893cf3 In function _add_item_to_model line artist = utils.get_album_title(item) has to be replaced with artist = utils.get_artist_name(item)
Created attachment 350376 [details] [review] playlistview: Correct artist field The artist field was mistakenly retrieving the album title.
Yeah I noticed this at some point as well, thanks for the reminder & fix. Attachment 350376 [details] pushed as 901cbc4 - playlistview: Correct artist field