Don't use discogs for automatic album cover search

This commit is contained in:
Jonas Kvinge 2018-09-04 20:51:47 +02:00
parent b9788ef4b5
commit a5c2dfacf0
1 changed files with 1 additions and 1 deletions

View File

@ -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;