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')) {