fix: replace hardcoded SUPPORTED_RESOURCES with supportedResources in NuvioStreamsPreset

This commit is contained in:
Viren070
2025-06-09 15:28:00 +01:00
parent 8e87004a07
commit 4eeeb59186
+1 -5
View File
@@ -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,
};
}