mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/match-action: add isHLS to audio stream info
This commit is contained in:
parent
3ed51c9eeb
commit
0ddb3e3ecc
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
|
|||
audioBitrate,
|
||||
audioCopy: copy,
|
||||
audioFormat,
|
||||
|
||||
isHLS: r.isHLS,
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue