mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Implementing scroll bar like Google Photos
This commit is contained in:
@@ -63,7 +63,7 @@ export class AssetService {
|
||||
lastQueryCreatedAt: query.nextPageKey || new Date().toISOString(),
|
||||
})
|
||||
.orderBy('a."createdAt"::date', 'DESC')
|
||||
.take(200)
|
||||
.take(10000)
|
||||
.getMany();
|
||||
|
||||
if (assets.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user