mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
fix brazuca config
This commit is contained in:
parent
171125e9e2
commit
0eee56aaaf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function brazucaConfig() {
|
|||
config[Providers.key] = Providers.options
|
||||
.filter(provider => !provider.foreign || provider.foreign === '🇵🇹')
|
||||
.map(provider => provider.key);
|
||||
config[LanguageOptions.key] = 'portuguese';
|
||||
config[LanguageOptions.key] = ['portuguese'];
|
||||
return config;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue