mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
allow selecting multiple foreign languages, closes #97
This commit is contained in:
@@ -26,7 +26,7 @@ const PRE_CONFIGURATIONS = {
|
||||
}
|
||||
}
|
||||
|
||||
const keysToSplit = [Providers.key, QualityFilter.key, DebridOptions.key];
|
||||
const keysToSplit = [Providers.key, LanguageOptions.key, QualityFilter.key, DebridOptions.key];
|
||||
|
||||
function parseConfiguration(configuration) {
|
||||
if (PRE_CONFIGURATIONS[configuration]) {
|
||||
|
||||
Reference in New Issue
Block a user