mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update TMDBSettingsScreen.tsx
Mistake fixed
This commit is contained in:
parent
da07db4098
commit
9fa2f0b2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1180,7 +1180,7 @@ const TMDBSettingsScreen = () => {
|
|||
{ code: 'bg', label: 'български', native: 'Bulgarian' },
|
||||
{ code: 'sl', label: 'Slovenščina', native: 'Slovenian' },
|
||||
{ code: 'mk', label: 'Македонски', native: 'Macedonian' },
|
||||
{code: 'fil', label: 'Filipino', native: 'Filipino' },
|
||||
{ code: 'fil', label: 'Filipino', native: 'Filipino' },
|
||||
];
|
||||
|
||||
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue