This commit is contained in:
2026-03-12 12:54:13 +00:00
parent ee6603ffad
commit 7948dd298c
2 changed files with 5 additions and 22 deletions

View File

@@ -8528,7 +8528,7 @@ class PipelineService extends EventEmitter {
const deviceCandidate = this.detectedDisc || this.snapshot.context?.device || {
path: job.disc_device,
index: Number(settings.makemkv_source_index || 0)
index: 0
};
const deviceProfile = normalizeMediaProfile(deviceCandidate?.mediaProfile)
|| inferMediaProfileFromDeviceInfo(deviceCandidate)