mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] refactor applyMochs method and include other debrid options
This commit is contained in:
@@ -10,6 +10,9 @@ function parseConfiguration(configuration) {
|
||||
if (configValues.providers) {
|
||||
configValues.providers = configValues.providers.split(',').map(provider => provider.toLowerCase());
|
||||
}
|
||||
if (configValues.debridoptions) {
|
||||
configValues.debridoptions = configValues.debridoptions.split(',').map(option => option.toLowerCase());
|
||||
}
|
||||
return configValues;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user