Fix
This commit is contained in:
@@ -1607,7 +1607,10 @@ class HistoryService {
|
||||
source: 'orphan_raw_import',
|
||||
importedAt,
|
||||
rawPath: finalRawPath,
|
||||
mediaProfile: detectedMediaType
|
||||
mediaProfile: detectedMediaType,
|
||||
analyzeContext: {
|
||||
mediaProfile: detectedMediaType
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
@@ -9887,11 +9887,9 @@ class PipelineService extends EventEmitter {
|
||||
encode_plan_json: null,
|
||||
encode_input_path: normalizedReviewInputPath || null,
|
||||
encode_review_confirmed: 0,
|
||||
makemkv_info_json: nextMakemkvInfoJson
|
||||
makemkv_info_json: nextMakemkvInfoJson,
|
||||
raw_path: resolvedReviewRawPath
|
||||
};
|
||||
if (resolvedReviewRawPath !== sourceJob.raw_path) {
|
||||
jobUpdatePayload.raw_path = resolvedReviewRawPath;
|
||||
}
|
||||
|
||||
const replacementJob = await historyService.createJob({
|
||||
discDevice: sourceJob.disc_device || null,
|
||||
|
||||
Reference in New Issue
Block a user