aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghd Hamzeh <raghd@rhamzeh.com>2020-12-02 21:14:37 -0500
committerRaghd Hamzeh <raghd@rhamzeh.com>2020-12-02 21:14:37 -0500
commit949753028198984a5e8c1c244a0640a62eae0ae2 (patch)
treef314a1415abd422b28b2d0b393640b54d7274a28
parentea20f05de41feb6ba876bc5a17f0d62d419fe04f (diff)
fix: add Palestine to supported countries
-rw-r--r--Emby.Server.Implementations/Localization/countries.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/countries.json b/Emby.Server.Implementations/Localization/countries.json
index 581e9f835..b08a3ae79 100644
--- a/Emby.Server.Implementations/Localization/countries.json
+++ b/Emby.Server.Implementations/Localization/countries.json
@@ -558,6 +558,12 @@
"TwoLetterISORegionName": "OM"
},
{
+ "DisplayName": "Palestine",
+ "Name": "PS",
+ "ThreeLetterISORegionName": "PSE",
+ "TwoLetterISORegionName": "PS"
+ },
+ {
"DisplayName": "Panama",
"Name": "PA",
"ThreeLetterISORegionName": "PAN",