Don't use discogs for automatic album cover search
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user