mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(server): only show assets 'on-this-day' with thumbnails (#2851)
This commit is contained in:
parent
3f71d2d33d
commit
6b0f91cafd
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export class AssetRepository implements IAssetRepository {
|
|||
ownerId,
|
||||
isVisible: true,
|
||||
isArchived: false,
|
||||
resizePath: Not(IsNull()),
|
||||
fileCreatedAt: OptionalBetween(date, DateTime.fromJSDate(date).plus({ day: 1 }).toJSDate()),
|
||||
},
|
||||
relations: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue