fix: remove subtitles from stream links in getStream function

This commit is contained in:
himanshu8443
2025-07-27 13:09:18 +05:30
parent ae0f3eaec5
commit 01f7c8b2d6
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ export const getStream = async function ({
server: "Multi",
link: streamUrl.replace(/&i=\d+,'\.4&/, "&i=0.4&"),
type: "m3u8",
subtitles: subtitles,
subtitles: [],
});
}