mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Fix some warnings
This commit is contained in:
@@ -344,7 +344,7 @@ namespace Emby.Server.Implementations.Library
|
||||
return sources;
|
||||
}
|
||||
|
||||
private string[] NormalizeLanguage(string language)
|
||||
private IReadOnlyList<string> NormalizeLanguage(string language)
|
||||
{
|
||||
if (string.IsNullOrEmpty(language))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user