fix: set fetch redirect option to manual in getStream function

This commit is contained in:
himanshu8443
2025-06-23 14:48:20 +05:30
parent c5927a0aa5
commit 4dd8dc3665
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export const getStream = async function ({
try {
const streams: Stream[] = [];
const response = await fetch(link, {
redirect: "manual",
headers: {
Connection: "Keep-Alive",
"User-Agent":