mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-06 13:27:40 +01:00
Remove error output when no results are found
This commit is contained in:
parent
301ca055bd
commit
8445f5587f
@ -111,7 +111,6 @@ void MusicbrainzCoverProvider::HandleSearchReply(QNetworkReply *reply, int searc
|
||||
QJsonArray json_releases = json_value.toArray();
|
||||
|
||||
if (json_releases.isEmpty()) {
|
||||
Error("Json releases array is empty.", json_value);
|
||||
emit SearchFinished(search_id, results);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user