diff --git a/src/providers/sources/debrid/index.ts b/src/providers/sources/debrid/index.ts index d04052c..d4f579f 100644 --- a/src/providers/sources/debrid/index.ts +++ b/src/providers/sources/debrid/index.ts @@ -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 {