forked from Cutlery/immich
only queue visible assets
This commit is contained in:
parent
754765ece1
commit
1c23977f25
@ -163,7 +163,7 @@ export class SearchService {
|
||||
|
||||
const assetPagination = usePagination(JOBS_ASSET_PAGINATION_SIZE, (pagination) => {
|
||||
return force
|
||||
? this.assetRepository.getAll(pagination)
|
||||
? this.assetRepository.getAll(pagination, { isVisible: true })
|
||||
: this.assetRepository.getWithout(pagination, WithoutProperty.DUPLICATE);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user