chunker ui redo
This commit is contained in:
@@ -42,6 +42,8 @@ export default function JobPanel({
|
||||
preset_id: selectedPresetId || null,
|
||||
trim_start: hasTrim ? trimStart : null,
|
||||
trim_end: hasTrim ? trimEnd : null,
|
||||
output_filename: null,
|
||||
priority: 0,
|
||||
});
|
||||
onJobCreated();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user