mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
New: Add Ireland as a Certification Country (#8085)
Co-authored-by: Matthew Barrington <git@barrington.it>
This commit is contained in:
parent
8befa436cc
commit
9ea0957351
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ export const certificationCountryOptions = [
|
|||
{ key: 'fr', value: 'France' },
|
||||
{ key: 'de', value: 'Germany' },
|
||||
{ key: 'gb', value: 'Great Britain' },
|
||||
{ key: 'ie', value: 'Ireland' },
|
||||
{ key: 'it', value: 'Italy' },
|
||||
{ key: 'es', value: 'Spain' },
|
||||
{ key: 'us', value: 'United States' },
|
||||
|
|
|
@ -8,6 +8,7 @@ public enum TMDbCountryCode
|
|||
FR, // France
|
||||
DE, // Germany
|
||||
GB, // Great Britain
|
||||
IE, // Ireland
|
||||
IT, // Italy
|
||||
ES, // Spain
|
||||
US, // United States
|
||||
|
|
Loading…
Reference in a new issue