fix: HLS_MIME_TYPES removed from internal.js

This commit is contained in:
mikhail 2024-05-30 17:15:19 +05:00
parent f6460d5002
commit 87a6428dde

View File

@ -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);