mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
fix: res.write(hlsPlaylist)
-> res.send(hlsPlaylist)
This commit is contained in:
parent
b793d56673
commit
7605325ca3
@ -52,6 +52,5 @@ export async function handleHlsPlaylist(streamInfo, req, res) {
|
||||
|
||||
hlsPlaylist = HLS.stringify(hlsPlaylist);
|
||||
|
||||
res.write(hlsPlaylist);
|
||||
res.end();
|
||||
res.send(hlsPlaylist);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user