0.12.0-9 Fix Jobs

This commit is contained in:
2026-03-23 06:59:51 +00:00
parent 50d5fccd95
commit a87ba330b1
11 changed files with 29 additions and 17 deletions
+4 -2
View File
@@ -5065,10 +5065,12 @@ class PipelineService extends EventEmitter {
'WAITING_FOR_USER_DECISION',
'READY_TO_START',
'MEDIAINFO_CHECK',
'READY_TO_ENCODE',
// READY_TO_ENCODE intentionally excluded: user has confirmed encoding,
// a new analyze must not silently delete a queued encode job.
'CD_ANALYZING',
'CD_METADATA_SELECTION',
'CD_READY_TO_RIP',
// CD_READY_TO_RIP intentionally excluded: user has confirmed track
// selection, a new analyze must not discard that.
'ERROR',
'CANCELLED'
]);