Don't use discogs for automatic album cover search
This commit is contained in:
parent
b9788ef4b5
commit
a5c2dfacf0
|
@ -247,7 +247,7 @@ void AlbumCoverChoiceController::ShowCover(const Song &song) {
|
|||
|
||||
void AlbumCoverChoiceController::SearchCoverAutomatically(const Song &song) {
|
||||
|
||||
qint64 id = cover_fetcher_->FetchAlbumCover(song.effective_albumartist(), song.effective_album(), false);
|
||||
qint64 id = cover_fetcher_->FetchAlbumCover(song.effective_albumartist(), song.effective_album(), true);
|
||||
|
||||
cover_fetching_tasks_[id] = song;
|
||||
|
||||
|
|
Loading…
Reference in New Issue