Update index.ts

This commit is contained in:
Pas 2025-11-19 15:55:49 -07:00 committed by GitHub
parent 608ac7b05d
commit e524125a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {