mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
api/match-action: add missing twitch case to redirect group
closes #741
This commit is contained in:
parent
64173f7a03
commit
80a01494c7
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue