From 949753028198984a5e8c1c244a0640a62eae0ae2 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Wed, 2 Dec 2020 21:14:37 -0500 Subject: [PATCH] fix: add Palestine to supported countries --- Emby.Server.Implementations/Localization/countries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Emby.Server.Implementations/Localization/countries.json b/Emby.Server.Implementations/Localization/countries.json index 581e9f8357..b08a3ae798 100644 --- a/Emby.Server.Implementations/Localization/countries.json +++ b/Emby.Server.Implementations/Localization/countries.json @@ -557,6 +557,12 @@ "ThreeLetterISORegionName": "OMN", "TwoLetterISORegionName": "OM" }, + { + "DisplayName": "Palestine", + "Name": "PS", + "ThreeLetterISORegionName": "PSE", + "TwoLetterISORegionName": "PS" + }, { "DisplayName": "Panama", "Name": "PA",