Stands4LyricsProvider: Remove unused variable

This commit is contained in:
Jonas Kvinge
2023-03-19 20:24:07 +01:00
parent c42b1f5548
commit ae87c1b578

View File

@@ -153,7 +153,6 @@ void Stands4LyricsProvider::HandleSearchReply(QNetworkReply *reply, const int id
return;
}
LyricsSearchResults results;
for (const QJsonValueRef value : json_result) {
if (!value.isObject()) {
qLog(Error) << "Stands4Lyrics: Invalid Json reply, result is not an object.";