mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
Post GPL cleanup
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MediaBrowser.Model.Globalization
|
||||
|
||||
public CultureDto()
|
||||
{
|
||||
ThreeLetterISOLanguageNames = new string[] {};
|
||||
ThreeLetterISOLanguageNames = Array.Empty<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user