mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
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:
parent
21c4a1ebbc
commit
6d62bce92d
@ -250,7 +250,7 @@ export default function({
|
|||||||
|
|
||||||
// TODO: add support for HLS
|
// TODO: add support for HLS
|
||||||
// (very painful)
|
// (very painful)
|
||||||
if (!params.isHLS) {
|
if (!params.isHLS && responseType !== "picker") {
|
||||||
const isPreferredWithExtra =
|
const isPreferredWithExtra =
|
||||||
localProcessing === "preferred" && extraProcessingTypes.includes(params.type);
|
localProcessing === "preferred" && extraProcessingTypes.includes(params.type);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user