fix(server): do not filter out assets without preview path for person thumbnail generation (#18300)

* allow assets without preview path

* update sql

* Update person.repository.ts

Co-authored-by: Jason Rasmussen <jason@rasm.me>

* update sql, e2e

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
Mert
2025-05-14 23:23:34 -04:00
committed by GitHub
parent 3a0ddfb92d
commit 6a4d21205f
3 changed files with 19 additions and 11 deletions

View File

@@ -202,7 +202,6 @@ describe('/asset', () => {
{
name: 'Marie Curie',
birthDate: null,
thumbnailPath: '',
isHidden: false,
faces: [
{
@@ -219,7 +218,6 @@ describe('/asset', () => {
{
name: 'Pierre Curie',
birthDate: null,
thumbnailPath: '',
isHidden: false,
faces: [
{