Fix lowercased playlist album artist column

Fixes #275
This commit is contained in:
Jonas Kvinge
2019-10-03 18:25:50 +02:00
parent 197cf85f56
commit 5599739433
3 changed files with 4 additions and 2 deletions

View File

@@ -252,6 +252,7 @@ class Song {
// Playlist views are special because you don't want to fill in album artists automatically for compilations, but you do for normal albums:
const QString &playlist_albumartist() const;
const QString &playlist_albumartist_sortable() const;
// Returns true if this Song had it's cover manually unset by user.
bool has_manually_unset_cover() const;