mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(server): only show assets 'on-this-day' with thumbnails (#2851)
This commit is contained in:
parent
3f71d2d33d
commit
6b0f91cafd
@ -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…
x
Reference in New Issue
Block a user