If we download a cover (from last.fm or http server) then clear scaled versions.

This commit is contained in:
Craig Drummond
2016-01-08 22:54:14 +00:00
parent 3a1bd0e4ef
commit 034408c765

View File

@@ -788,6 +788,9 @@ void CoverDownloader::jobFinished()
img.img=img.img.scaled(Covers::constMaxSize, Qt::KeepAspectRatio, Qt::SmoothTransformation);
}
img.fileName=saveImg(job, img.img, data);
if (!img.fileName.isEmpty()) {
clearScaledCache(job.song);
}
}
if (job.song.isArtistImageRequest()) {