mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Fix some warnings
This commit is contained in:
@@ -147,13 +147,7 @@ namespace Emby.Server.Implementations.Localization
|
||||
threeletterNames = new[] { parts[0], parts[1] };
|
||||
}
|
||||
|
||||
list.Add(new CultureDto
|
||||
{
|
||||
DisplayName = name,
|
||||
Name = name,
|
||||
ThreeLetterISOLanguageNames = threeletterNames,
|
||||
TwoLetterISOLanguageName = twoCharName
|
||||
});
|
||||
list.Add(new CultureDto(name, name, twoCharName, threeletterNames));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user