From 9f138abe32df7794fc5125b56d68ec706fa280c1 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:56:54 -0600 Subject: [PATCH] Send creds --- src/providers/embeds/fedapi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/embeds/fedapi.ts b/src/providers/embeds/fedapi.ts index cdd3cc0..a1c7e6c 100644 --- a/src/providers/embeds/fedapi.ts +++ b/src/providers/embeds/fedapi.ts @@ -100,6 +100,7 @@ function embed(provider: { // Fetch data from the API const data = await ctx.fetcher(apiUrl, { headers: Object.keys(headers).length > 0 ? headers : undefined, + credentials: 'include', }); if (data?.error && data.error.startsWith('No results found in MovieBox search')) {