mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Increased Rebrickable inventory download size. Fixes #728.
This commit is contained in:
parent
5decefcb73
commit
d8253c564e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void lcSetsDatabaseDialog::accept()
|
|||
ProgressDialog.show();
|
||||
|
||||
int KeyIndex = QTime::currentTime().msec() % mKeys.size();
|
||||
QString DownloadUrl = QString("https://rebrickable.com/api/v3/lego/sets/%1/parts/?key=%2").arg(SetNum, mKeys[KeyIndex]);
|
||||
QString DownloadUrl = QString("https://rebrickable.com/api/v3/lego/sets/%1/parts/?key=%2&page_size=1000").arg(SetNum, mKeys[KeyIndex]);
|
||||
|
||||
mInventoryReply = mHttpManager->DownloadFile(DownloadUrl);
|
||||
|
||||
|
|
Loading…
Reference in a new issue