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

@@ -101,6 +101,8 @@ class AlbumCoverChoiceController : public QWidget {
// Shows the cover of given song in it's original size.
void ShowCover(const Song &song);
void ShowCover(const Song &song, const QImage image);
void ShowCover(const Song &song, const QPixmap &pixmap);
// Search for covers automatically
void SearchCoverAutomatically(const Song &song);