fix: update stream type determination in getStream function and disable subtitles

This commit is contained in:
himanshu8443
2025-08-24 12:07:48 +05:30
parent dfaf87f465
commit baddc03b85
2 changed files with 2 additions and 3 deletions

View File

@@ -29,8 +29,7 @@ export const getStream = async function ({
streamLinks.push({
server: "kissKh",
link: stream,
type: "m3u8",
subtitles,
type: stream?.includes(".mp4") ? "mp4" : "m3u8",
headers: {
referer: baseUrl,
},