mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-07 22:01:22 +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();
|
QJsonArray json_releases = json_value.toArray();
|
||||||
|
|
||||||
if (json_releases.isEmpty()) {
|
if (json_releases.isEmpty()) {
|
||||||
Error("Json releases array is empty.", json_value);
|
|
||||||
emit SearchFinished(search_id, results);
|
emit SearchFinished(search_id, results);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user