Change allow album cover search check
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user