mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): generate thumbnails for external assets (#15183)
fix: thumbnail generation of external assets
This commit is contained in:
parent
cc10fc15c3
commit
bab04378dc
3 changed files with 31 additions and 1 deletions
|
|
@ -425,6 +425,7 @@ describe(LibraryService.name, () => {
|
|||
name: JobName.SIDECAR_DISCOVERY,
|
||||
data: {
|
||||
id: assetStub.image.id,
|
||||
source: 'upload',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
@ -469,6 +470,7 @@ describe(LibraryService.name, () => {
|
|||
name: JobName.SIDECAR_DISCOVERY,
|
||||
data: {
|
||||
id: assetStub.image.id,
|
||||
source: 'upload',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue