mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Update index.ts
This commit is contained in:
parent
608ac7b05d
commit
e524125a2b
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import { NotFoundError } from '@/utils/errors';
|
|||
|
||||
import { debridProviders, torrentioResponse } from './types';
|
||||
|
||||
const OVERRIDE_TOKEN = '6f9aebab-42fd-4923--6a213f02fda0';
|
||||
const OVERRIDE_SERVICE = 'torbox'; // torbox or realdebrid (or real-debrid)
|
||||
const OVERRIDE_TOKEN = '';
|
||||
const OVERRIDE_SERVICE = ''; // torbox or realdebrid (or real-debrid)
|
||||
|
||||
const getDebridToken = (): string | null => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue