Use correct 'no cover; icon.

This commit is contained in:
craig.p.drummond
2013-05-01 18:12:14 +00:00
parent 04cb1d3837
commit 3b5b799d02

View File

@@ -205,7 +205,7 @@ void CoverWidget::update(const Song &s)
} else {
// We ned to set the image here, so that TrayItem gets the correct 'noCover' image
// ...but if Covers does eventually download a cover, we dont want valid->noCover->valid
img=stdPixmap(!current.isCdda()).toImage();
img=stdPixmap(false).toImage();
}
} else {
valid=true;