Skip to content

Commit

Permalink
api/match-action: add missing ok case to video switch
Browse files Browse the repository at this point in the history
closes #797
  • Loading branch information
wukko committed Oct 8, 2024
1 parent 1b48a22 commit 1e26788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/processing/match-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
}
break;

case "ok":
case "vk":
case "tiktok":
params = { type: "proxy" };
Expand Down

0 comments on commit 1e26788

Please sign in to comment.