Revert "fetch with creds"

This reverts commit 89c8723ae3.
This commit is contained in:
Pas 2025-04-09 16:22:49 -06:00
parent 89c8723ae3
commit 3568a445b0

View file

@ -100,7 +100,6 @@ function embed(provider: {
// Fetch data from the API
const data = await ctx.fetcher<StreamData>(apiUrl, {
headers: Object.keys(headers).length > 0 ? headers : undefined,
credentials: 'include',
});
if (data?.error && data.error.startsWith('No results found in MovieBox search')) {