api/match-action: add missing case for twitch

This commit is contained in:
hyperdefined 2024-09-12 00:20:27 -04:00
parent 64173f7a03
commit 59fc0d95ac
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03

View File

@ -137,6 +137,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
case "vk":
case "tiktok":
case "twitch":
params = { type: "proxy" };
break;