Always use album artist
This commit is contained in:
committed by
craig.p.drummond
parent
61b9bbfb55
commit
cd8019dcab
@@ -154,8 +154,9 @@ QString Covers::albumFileName(const Song &song)
|
||||
if (coverName.isEmpty()) {
|
||||
coverName=Covers::constFileName;
|
||||
} else if (coverName.contains("%")) {
|
||||
int len=coverName.length();
|
||||
coverName.replace(DeviceOptions::constAlbumArtist, encodeName(song.albumArtist()));
|
||||
coverName.replace(DeviceOptions::constTrackArtist, encodeName(song.artist));
|
||||
coverName.replace(DeviceOptions::constTrackArtist, encodeName(song.albumArtist()));
|
||||
coverName.replace(DeviceOptions::constAlbumTitle, encodeName(song.album));
|
||||
coverName.replace("%", "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user