mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-16 10:50:41 +01:00
Change allow album cover search check
This commit is contained in:
parent
19f69e9e6c
commit
4f6e06131c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user