mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
remove creds
😭
This commit is contained in:
parent
9f138abe32
commit
b08d33bce1
1 changed files with 0 additions and 1 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue