diff options
| author | Raghd Hamzeh <raghd@rhamzeh.com> | 2020-12-02 21:14:37 -0500 |
|---|---|---|
| committer | Raghd Hamzeh <raghd@rhamzeh.com> | 2020-12-02 21:14:37 -0500 |
| commit | 949753028198984a5e8c1c244a0640a62eae0ae2 (patch) | |
| tree | f314a1415abd422b28b2d0b393640b54d7274a28 | |
| parent | ea20f05de41feb6ba876bc5a17f0d62d419fe04f (diff) | |
fix: add Palestine to supported countries
| -rw-r--r-- | Emby.Server.Implementations/Localization/countries.json | 6 |
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", |
