ensure keys on getAssetInfo, alt-text

This commit is contained in:
Min Idzelis
2025-04-20 12:51:26 +00:00
parent f3fe043c22
commit 9f6120a134
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1175,7 +1175,7 @@ export class AssetStore {
await this.initTask.waitUntilCompletion();
let bucket = this.#findBucketForAsset(id);
if (!bucket) {
const asset = toTimelineAsset(await getAssetInfo({ id }));
const asset = toTimelineAsset(await getAssetInfo({ id, key: getKey() }));
if (!asset || this.isExcluded(asset)) {
return;
}