mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:11:13 +03:00
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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user