mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
api/match-action: add missing twitch case to redirect group
closes #741
This commit is contained in:
parent
64173f7a03
commit
80a01494c7
@ -148,6 +148,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
|
||||
case "streamable":
|
||||
case "snapchat":
|
||||
case "loom":
|
||||
case "twitch":
|
||||
responseType = "redirect";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user