mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(presets/sootio): add torbox to supported services
This commit is contained in:
@@ -35,6 +35,7 @@ export class SootioPreset extends Preset {
|
||||
const supportedServices: ServiceId[] = [
|
||||
constants.REALDEBRID_SERVICE,
|
||||
constants.OFFCLOUD_SERVICE,
|
||||
constants.TORBOX_SERVICE,
|
||||
];
|
||||
|
||||
const supportedResources = [
|
||||
@@ -165,6 +166,7 @@ export class SootioPreset extends Preset {
|
||||
const serviceNameMap: Partial<Record<ServiceId, string>> = {
|
||||
realdebrid: 'RealDebrid',
|
||||
offcloud: 'OffCloud',
|
||||
torbox: 'TorBox',
|
||||
};
|
||||
const config = {
|
||||
DebridProvider: serviceNameMap[serviceId],
|
||||
|
||||
Reference in New Issue
Block a user