This commit is contained in:
2026-03-13 22:11:24 +00:00
parent 4d377f3eb4
commit 1da5ee3e34
3 changed files with 36 additions and 12 deletions

View File

@@ -1607,7 +1607,10 @@ class HistoryService {
source: 'orphan_raw_import',
importedAt,
rawPath: finalRawPath,
mediaProfile: detectedMediaType
mediaProfile: detectedMediaType,
analyzeContext: {
mediaProfile: detectedMediaType
}
})
});

View File

@@ -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,