diff --git a/src/covermanager/albumcoverfetchersearch.cpp b/src/covermanager/albumcoverfetchersearch.cpp index 06ac9446e..ece150c7c 100644 --- a/src/covermanager/albumcoverfetchersearch.cpp +++ b/src/covermanager/albumcoverfetchersearch.cpp @@ -99,7 +99,7 @@ void AlbumCoverFetcherSearch::Start(CoverProviders *cover_providers) { } // If artist and album is missing, check if we can still use this provider by searching using title. - if (!provider->allow_missing_album() && request_.artist.isEmpty() && request_.album.isEmpty()) { + if (!provider->allow_missing_album() && request_.album.isEmpty() && !request_.title.isEmpty()) { continue; }