api/match-action: don't force local-processing response for pickers

cuz that won't work, at least for now
This commit is contained in:
wukko
2025-06-22 20:12:22 +06:00
parent 21c4a1ebbc
commit 6d62bce92d

View File

@@ -250,7 +250,7 @@ export default function({
// TODO: add support for HLS
// (very painful)
if (!params.isHLS) {
if (!params.isHLS && responseType !== "picker") {
const isPreferredWithExtra =
localProcessing === "preferred" && extraProcessingTypes.includes(params.type);