api/match-action: add isHLS to audio stream info

This commit is contained in:
wukko 2024-10-28 16:45:30 +06:00
parent 3ed51c9eeb
commit 0ddb3e3ecc
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -197,6 +197,8 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
audioBitrate,
audioCopy: copy,
audioFormat,
isHLS: r.isHLS,
}
break;
}