mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-09 11:10:35 +00:00
Update TMDBSettingsScreen.tsx
This commit is contained in:
parent
cea31cb5af
commit
e978c14da6
1 changed files with 2 additions and 1 deletions
|
|
@ -1179,7 +1179,8 @@ const TMDBSettingsScreen = () => {
|
|||
{ code: 'sr', label: 'Српски', native: 'Serbian' },
|
||||
{ code: 'bg', label: 'български', native: 'Bulgarian' },
|
||||
{ code: 'sl', label: 'Slovenščina', native: 'Slovenian' },
|
||||
{ code: 'mk', label: 'Македонски', native: 'Macedonian' },
|
||||
{ code: 'mk', label: 'Македонски', native: 'Macedonian' },
|
||||
{code: 'fil', label: 'Filipino', native: 'Filipino' },
|
||||
];
|
||||
|
||||
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue