remove creds

😭
This commit is contained in:
Pas 2025-04-09 17:24:46 -06:00
parent 9f138abe32
commit b08d33bce1

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