From dc7f11d489b89502d4c0e926fbb3a99bd6b4aaed Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 17 May 2025 22:01:33 -0600 Subject: [PATCH] Update streamwish.ts --- src/providers/embeds/streamwish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/embeds/streamwish.ts b/src/providers/embeds/streamwish.ts index 5b34de0..a451dfa 100644 --- a/src/providers/embeds/streamwish.ts +++ b/src/providers/embeds/streamwish.ts @@ -30,7 +30,7 @@ function embed(provider: { id: string; name: string; rank: number }) { const encodedUrl = encodeURIComponent(ctx.url); const apiUrl = `https://ws-m3u8.moonpic.qzz.io/m3u8/${encodedUrl}`; - const response = await fetcher(apiUrl, { + const response = await fetch(apiUrl, { headers: { Accept: 'application/json', // 'ngrok-skip-browser-warning': 'true', // this header bypass ngrok warning