mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -193,6 +193,8 @@ namespace Emby.Server.Implementations.TextEncoding
|
||||
|
||||
switch (language.ToLower())
|
||||
{
|
||||
case "tha":
|
||||
return "windows-874";
|
||||
case "hun":
|
||||
return "windows-1252";
|
||||
case "pol":
|
||||
@@ -203,6 +205,7 @@ namespace Emby.Server.Implementations.TextEncoding
|
||||
case "hrv":
|
||||
case "rum":
|
||||
case "ron":
|
||||
case "rom":
|
||||
case "rup":
|
||||
return "windows-1250";
|
||||
// albanian
|
||||
|
||||
Reference in New Issue
Block a user