mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 18:19:10 +03:00
fix(server): generate thumbnails for external assets (#15183)
fix: thumbnail generation of external assets
This commit is contained in:
committed by
GitHub
parent
cc10fc15c3
commit
bab04378dc
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user