web/queue: don't try to add a remux task if response type is proxy

This commit is contained in:
wukko
2025-06-22 16:33:00 +06:00
parent 61e0862b10
commit f883887e4a

View File

@@ -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,