Fix show album cover from Tidal

This commit is contained in:
Jonas Kvinge
2018-09-10 21:58:57 +02:00
parent f9379961e9
commit e479e7e113
8 changed files with 31 additions and 8 deletions

View File

@@ -261,7 +261,7 @@ void TidalSearch::HandleLoadedArt(int id, const QImage &image) {
}
QImage TidalSearch::ScaleAndPad(const QImage &image) {
if (image.isNull()) return QImage();
const QSize target_size = QSize(kArtHeight, kArtHeight);