mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): external libraries queueing two transcode jobs (#13251)
This commit is contained in:
parent
1b62c99b9e
commit
94d213bbb9
2 changed files with 0 additions and 12 deletions
|
|
@ -496,14 +496,6 @@ describe(LibraryService.name, () => {
|
|||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: JobName.VIDEO_CONVERSION,
|
||||
data: {
|
||||
id: assetStub.video.id,
|
||||
},
|
||||
},
|
||||
],
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue