fix(server): external libraries queueing two transcode jobs (#13251)

This commit is contained in:
Zack Pollard 2024-10-07 14:34:48 +01:00 committed by GitHub
parent 1b62c99b9e
commit 94d213bbb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

View file

@ -496,14 +496,6 @@ describe(LibraryService.name, () => {
},
},
],
[
{
name: JobName.VIDEO_CONVERSION,
data: {
id: assetStub.video.id,
},
},
],
]);
});