0.12.0-9 Fix Jobs
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user