mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +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
|
||||
// (very painful)
|
||||
if (!params.isHLS) {
|
||||
if (!params.isHLS && responseType !== "picker") {
|
||||
const isPreferredWithExtra =
|
||||
localProcessing === "preferred" && extraProcessingTypes.includes(params.type);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user