web: simplify CobaltFileReference type
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
jj
2025-05-03 13:23:05 +00:00
parent 95ab81eb10
commit 1ef8391639
12 changed files with 28 additions and 43 deletions

View File

@@ -24,10 +24,7 @@ export const createRemuxPipeline = (file: File) => {
workerId: crypto.randomUUID(),
parentId,
workerArgs: {
files: [{
file,
type: file.type,
}],
files: [file],
ffargs: [
"-c", "copy",
"-map", "0"