mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Send creds
This commit is contained in:
parent
3568a445b0
commit
9f138abe32
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ 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