mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
fix: HLS_MIME_TYPES removed from internal.js
This commit is contained in:
parent
f6460d5002
commit
87a6428dde
@ -74,8 +74,6 @@ async function handleYoutubeStream(streamInfo, res) {
|
||||
}
|
||||
}
|
||||
|
||||
const HLS_MIME_TYPES = ["application/vnd.apple.mpegurl", "audio/mpegurl", "application/x-mpegURL"];
|
||||
|
||||
export async function internalStream(streamInfo, res) {
|
||||
if (streamInfo.service === 'youtube') {
|
||||
return handleYoutubeStream(streamInfo, res);
|
||||
|
Loading…
Reference in New Issue
Block a user