diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-12-03 08:09:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 08:09:33 +0100 |
| commit | f01eff0559e775a3d4b5cd24f9bb82e862ebe99f (patch) | |
| tree | 361306dcfc6f29f8ab5d6169c500ed4ff17528f6 | |
| parent | 4ae62e74e92d4527cf4e41cc1705cf46ad170315 (diff) | |
| parent | 949753028198984a5e8c1c244a0640a62eae0ae2 (diff) | |
Merge pull request #4647 from rhamzeh/fix/localization-add-palestine
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", |
