1
0
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:
Jonas Kvinge 2018-12-26 01:28:25 +01:00
parent 301ca055bd
commit 8445f5587f

View File

@ -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;
}