web/workers: split up args by type

This commit is contained in:
jj
2025-03-29 14:15:40 +00:00
parent c0f538f9ab
commit f47cf57322
3 changed files with 23 additions and 12 deletions

View File

@@ -95,6 +95,7 @@ export const createSavePipeline = (info: CobaltLocalProcessingResponse, request:
workerId: crypto.randomUUID(),
parentId,
workerArgs: {
files: [],
ffargs,
output: {
type: info.output.type,