committed by
Craig Drummond
parent
51ae1ca4f0
commit
1333da73c6
@@ -26,6 +26,7 @@
|
||||
20. Apply 'Single Tracks' tweak to play queue items.
|
||||
21. Parse more fields from CUE files.
|
||||
22. Fix image requests when using composers.
|
||||
23. Load Various Artist image, if found.
|
||||
|
||||
2.3.3
|
||||
-----
|
||||
|
||||
@@ -1333,10 +1333,10 @@ QPixmap * Covers::get(const Song &song, int size, bool urgent)
|
||||
pix=cache.object(key);
|
||||
|
||||
if (!pix) {
|
||||
if (song.isArtistImageRequest() && song.isVariousArtists()) {
|
||||
/*if (song.isArtistImageRequest() && song.isVariousArtists()) {
|
||||
// Load artist image...
|
||||
pix=new QPixmap(Icons::self()->artistIcon.pixmap(size, size).scaled(QSize(size, size), Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
|
||||
} else if (Song::SingleTracks==song.type) {
|
||||
} else*/ if (Song::SingleTracks==song.type) {
|
||||
pix=new QPixmap(Icons::self()->albumIcon(size).pixmap(size, size).scaled(QSize(size, size), Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
|
||||
} else if (song.isStandardStream()) {
|
||||
pix=new QPixmap(Icons::self()->streamIcon.pixmap(size, size).scaled(QSize(size, size), Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
|
||||
|
||||
Reference in New Issue
Block a user