🪢 Rewired the download -> import to lib workflow

This commit is contained in:
2022-05-11 10:57:30 -07:00
parent cf75e8f9ff
commit 0b195d6ff3
4 changed files with 9 additions and 20 deletions

View File

@@ -71,6 +71,7 @@ export default class QueueService extends Service {
const {
name,
filePath,
fileSize,
extension,
cover,
containedIn,
@@ -100,7 +101,7 @@ export default class QueueService extends Service {
rawFileDetails: {
name,
filePath,
fileSize: job.data.fileObject.fileSize,
fileSize,
extension,
containedIn,
cover,