Fix discogs album cover fetcher
This commit is contained in:
@@ -242,7 +242,7 @@ void AlbumCoverChoiceController::ShowCover(const Song &song) {
|
||||
|
||||
void AlbumCoverChoiceController::SearchCoverAutomatically(const Song &song) {
|
||||
|
||||
qint64 id = cover_fetcher_->FetchAlbumCover(song.effective_albumartist(), song.effective_album());
|
||||
qint64 id = cover_fetcher_->FetchAlbumCover(song.effective_albumartist(), song.effective_album(), false);
|
||||
|
||||
cover_fetching_tasks_[id] = song;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user