mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/queue: don't try to add a remux task if response type is proxy
This commit is contained in:
parent
61e0862b10
commit
f883887e4a
@ -156,6 +156,7 @@ export const createSavePipeline = (
|
||||
});
|
||||
}
|
||||
|
||||
if (info.type !== "proxy") {
|
||||
let ffargs: string[];
|
||||
let workerType: 'encode' | 'remux';
|
||||
|
||||
@ -193,6 +194,7 @@ export const createSavePipeline = (
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
addItem({
|
||||
id: parentId,
|
||||
|
Loading…
Reference in New Issue
Block a user