mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-25 02:36:20 +00:00
3.2.20.7
This commit is contained in:
parent
018df6d4c6
commit
905f02e6d9
4 changed files with 21 additions and 17 deletions
|
|
@ -214,7 +214,10 @@ namespace Emby.Common.Implementations.TextEncoding
|
|||
case "ota":
|
||||
case "tur":
|
||||
return "windows-1254";
|
||||
// bulgarian
|
||||
case "bul":
|
||||
case "bgr":
|
||||
return "windows-1251";
|
||||
case "rus":
|
||||
return "windows-1251";
|
||||
case "vie":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue