mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 15:25:17 -05:00
wip
This commit is contained in:
parent
1037f7f4e7
commit
67b2d2407f
@ -1005,7 +1005,7 @@ export class AssetStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const result = await bucket.loader?.execute(async (signal: AbortSignal) => {
|
const result = await bucket.loader?.execute(async (signal: AbortSignal) => {
|
||||||
if (!!bucket.getFirstAsset()) {
|
if (bucket.getFirstAsset()) {
|
||||||
// this happens when a bucket was created by an event instead of via a loadBucket call
|
// this happens when a bucket was created by an event instead of via a loadBucket call
|
||||||
// so no need to load the bucket, it already has assets
|
// so no need to load the bucket, it already has assets
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user