mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: replace incorrect hardcoded SUPPORTED_RESOURCES with supportedResources in DebridioPreset
This commit is contained in:
@@ -51,11 +51,7 @@ export class DebridioPreset extends Preset {
|
||||
DESCRIPTION: 'Torrent streaming using Debrid providers.',
|
||||
OPTIONS: options,
|
||||
SUPPORTED_STREAM_TYPES: [constants.DEBRID_STREAM_TYPE],
|
||||
SUPPORTED_RESOURCES: [
|
||||
constants.STREAM_RESOURCE,
|
||||
constants.META_RESOURCE,
|
||||
constants.CATALOG_RESOURCE,
|
||||
],
|
||||
SUPPORTED_RESOURCES: supportedResources,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user