mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-03 10:57:33 +01:00
parent
f7357f2d10
commit
da1815ac2b
@ -584,9 +584,9 @@ void QobuzRequest::AlbumsReceived(QNetworkReply *reply, const QString &artist_id
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//int limit = json_obj["limit"].toInt();
|
//int limit = obj_albums["limit"].toInt();
|
||||||
int offset = json_obj["offset"].toInt();
|
int offset = obj_albums["offset"].toInt();
|
||||||
int albums_total = json_obj["total"].toInt();
|
int albums_total = obj_albums["total"].toInt();
|
||||||
|
|
||||||
if (offset != offset_requested) {
|
if (offset != offset_requested) {
|
||||||
Error(QString("Offset returned does not match offset requested! %1 != %2").arg(offset).arg(offset_requested));
|
Error(QString("Offset returned does not match offset requested! %1 != %2").arg(offset).arg(offset_requested));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user