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