mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +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 ffargs: string[];
|
||||||
let workerType: 'encode' | 'remux';
|
let workerType: 'encode' | 'remux';
|
||||||
|
|
||||||
@ -193,6 +194,7 @@ export const createSavePipeline = (
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
addItem({
|
addItem({
|
||||||
id: parentId,
|
id: parentId,
|
||||||
|
Loading…
Reference in New Issue
Block a user