mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +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) {
|
export async function internalStream(streamInfo, res) {
|
||||||
if (streamInfo.service === 'youtube') {
|
if (streamInfo.service === 'youtube') {
|
||||||
return handleYoutubeStream(streamInfo, res);
|
return handleYoutubeStream(streamInfo, res);
|
||||||
|
Loading…
Reference in New Issue
Block a user