From 87a6428dde04c6c3f6d58e2ab7d9fae7431eec97 Mon Sep 17 00:00:00 2001 From: mikhail Date: Thu, 30 May 2024 17:15:19 +0500 Subject: [PATCH] fix: HLS_MIME_TYPES removed from internal.js --- src/modules/stream/internal.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/stream/internal.js b/src/modules/stream/internal.js index 42c3137b..53469e10 100644 --- a/src/modules/stream/internal.js +++ b/src/modules/stream/internal.js @@ -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);