If we download a cover (from last.fm or http server) then clear scaled versions.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user