Allow cover search only using either artist, album or title
This commit is contained in:
@@ -74,6 +74,8 @@ bool MusicbrainzCoverProvider::StartSearch(const QString &artist, const QString
|
||||
|
||||
Q_UNUSED(title);
|
||||
|
||||
if (artist.isEmpty() || album.isEmpty()) return false;
|
||||
|
||||
SearchRequest request(id, artist, album);
|
||||
queue_search_requests_ << request;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user