mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
add language to provider definition
This commit is contained in:
@@ -32,7 +32,7 @@ const Providers = {
|
||||
{
|
||||
key: 'rutor',
|
||||
label: 'Rutor',
|
||||
foreign: true
|
||||
foreign: '🇷🇺'
|
||||
},
|
||||
{
|
||||
key: 'horriblesubs',
|
||||
@@ -52,27 +52,27 @@ const Providers = {
|
||||
{
|
||||
key: 'comando',
|
||||
label: 'Comando',
|
||||
foreign: true
|
||||
foreign: '🇵🇹'
|
||||
},
|
||||
{
|
||||
key: 'comoeubaixo',
|
||||
label: 'ComoEuBaixo',
|
||||
foreign: true
|
||||
foreign: '🇵🇹'
|
||||
},
|
||||
{
|
||||
key: 'lapumia',
|
||||
label: 'Lapumia',
|
||||
foreign: true
|
||||
foreign: '🇵🇹'
|
||||
},
|
||||
{
|
||||
key: 'ondebaixa',
|
||||
label: 'OndeBaixa',
|
||||
foreign: true
|
||||
foreign: '🇵🇹'
|
||||
},
|
||||
{
|
||||
key: 'torrent9',
|
||||
label: 'Torrent9',
|
||||
foreign: true
|
||||
foreign: '🇫🇷'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user