mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Fix avatar/world updated at date
This commit is contained in:
@@ -485,9 +485,11 @@ async function getBundleDateSize(ref) {
|
|||||||
fileSize
|
fileSize
|
||||||
};
|
};
|
||||||
|
|
||||||
// update avatar dialog
|
if (unityPackage.variant === 'standard') {
|
||||||
if (avatarDialog.value.id === ref.id) {
|
if (avatarDialog.value.id === ref.id) {
|
||||||
avatarDialog.value.bundleSizes[platform] = bundleSizes[platform];
|
// update avatar dialog
|
||||||
|
avatarDialog.value.bundleSizes[platform] =
|
||||||
|
bundleSizes[platform];
|
||||||
avatarDialog.value.lastUpdated = createdAt;
|
avatarDialog.value.lastUpdated = createdAt;
|
||||||
avatarDialog.value.fileAnalysis = buildTreeData(bundleJson);
|
avatarDialog.value.fileAnalysis = buildTreeData(bundleJson);
|
||||||
}
|
}
|
||||||
@@ -504,6 +506,7 @@ async function getBundleDateSize(ref) {
|
|||||||
currentInstanceWorld.value.lastUpdated = createdAt;
|
currentInstanceWorld.value.lastUpdated = createdAt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return bundleSizes;
|
return bundleSizes;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user