mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -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,
|
ownerId,
|
||||||
isVisible: true,
|
isVisible: true,
|
||||||
isArchived: false,
|
isArchived: false,
|
||||||
|
resizePath: Not(IsNull()),
|
||||||
fileCreatedAt: OptionalBetween(date, DateTime.fromJSDate(date).plus({ day: 1 }).toJSDate()),
|
fileCreatedAt: OptionalBetween(date, DateTime.fromJSDate(date).plus({ day: 1 }).toJSDate()),
|
||||||
},
|
},
|
||||||
relations: {
|
relations: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user