Make Tidal album cover provider search for tracks too

This commit is contained in:
Jonas Kvinge
2020-04-20 23:26:36 +02:00
parent 9bf00eff40
commit 45ae1ed265
3 changed files with 94 additions and 90 deletions

View File

@@ -242,7 +242,7 @@ void QobuzCoverProvider::HandleSearchReply(QNetworkReply *reply, const int id) {
}
if (!obj_album.contains("artist") || !obj_album.contains("image") || !obj_album.contains("title")) {
Error("Invalid Json reply, item is missing artist, title or image.", item_obj);
Error("Invalid Json reply, item is missing artist, title or image.", obj_album);
continue;
}