fix(api): remove allowedDomains for getVideo
- Removed 'allowedDomains' parameter from the fetchWithRetry method call in getVideoStreamUrl.
This commit is contained in:
parent
9b7e1e2369
commit
1b5385d1ec
1 changed files with 0 additions and 1 deletions
|
|
@ -638,7 +638,6 @@ export class LosslessAPI {
|
|||
|
||||
const response = await this.fetchWithRetry(`/video/?id=${id}`, {
|
||||
type: 'streaming',
|
||||
allowedDomains: ['api.monochrome.tf', 'arran.monochrome.tf'],
|
||||
});
|
||||
const jsonResponse = await response.json();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue