fix(server): generate thumbnails for external assets (#15183)

fix: thumbnail generation of external assets
This commit is contained in:
Jonathan Jogenfors
2025-01-09 00:12:39 +01:00
committed by GitHub
parent cc10fc15c3
commit bab04378dc
3 changed files with 31 additions and 1 deletions

View File

@@ -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',
},
},
],