mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): show assets without thumbs (#2561)
* feat(web): show assets without thumbnails * chore: open api
This commit is contained in:
@@ -67,7 +67,8 @@ function createAssetStore() {
|
||||
const { data: assets } = await api.assetApi.getAssetByTimeBucket(
|
||||
{
|
||||
timeBucket: [bucket],
|
||||
userId: _assetGridState.userId
|
||||
userId: _assetGridState.userId,
|
||||
withoutThumbs: true
|
||||
},
|
||||
{ signal: currentBucketData?.cancelToken.signal }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user