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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user