mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 09:44:51 +01:00
parent
978fb06349
commit
f143efb810
@ -20,7 +20,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QApplication>
|
||||
@ -721,7 +720,7 @@ void ScrobblingAPI20::ScrobbleRequestFinished(QNetworkReply *reply, const QList<
|
||||
return;
|
||||
}
|
||||
|
||||
for (const QJsonValueRef value : std::as_const(array_scrobble)) {
|
||||
for (const QJsonValueRef value : array_scrobble) { // clazy:exclude=range-loop
|
||||
|
||||
if (!value.isObject()) {
|
||||
Error("Json scrobbles scrobble array value is not an object.");
|
||||
|
Loading…
Reference in New Issue
Block a user