fix(api): remove allowedDomains for getVideo

- Removed 'allowedDomains' parameter from the fetchWithRetry method call in getVideoStreamUrl.
This commit is contained in:
Daniel 2026-03-28 15:33:14 -05:00
parent 9b7e1e2369
commit 1b5385d1ec

View file

@ -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();