mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +02:00
Use correct backend terminology
This commit is contained in:
parent
0285bf9379
commit
eded8586a5
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Rectangle {
|
|||
// This CertID is the one corresponding to the base item CertID that the user already owns
|
||||
root.certificateId = result.data.updates[i].certificate_id;
|
||||
if (root.itemType === "app") {
|
||||
root.baseAppURL = result.data.updates[i].base_download_url;
|
||||
root.baseAppURL = result.data.updates[i].item_download_url;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue