diff --git a/src/providers/embeds/fedapi.ts b/src/providers/embeds/fedapi.ts index a1c7e6c..cdd3cc0 100644 --- a/src/providers/embeds/fedapi.ts +++ b/src/providers/embeds/fedapi.ts @@ -100,7 +100,6 @@ 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')) {