Closed vrutkovs closed 10 years ago
Instead of caching, we could just set the properties during construction or map them to their list store columns.
The pull request is now merged. It could be further improved though, we could do the same thing on album title as what I've done on song title renderer and artist name renderer. Though I think it's better to separate the list store to each view instead of having it in ViewContainer - doing the fix for the album title requires a new column to the list store but it will be unused in other views. That would eat up some memory instead, especially if we have many songs.
If what is done is already enough, please close the issue. :D