mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update TMDBSettingsScreen.tsx
This commit is contained in:
parent
f7ebe5e9b6
commit
fdd0461234
1 changed files with 2 additions and 1 deletions
|
|
@ -1180,7 +1180,8 @@ 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' },
|
||||
{ code: 'sq', label: 'Shqipe', native: 'Albanian' },
|
||||
];
|
||||
|
||||
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue