mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server): only show assets 'on-this-day' with thumbnails (#2851)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user