1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

New: Add Ireland as a Certification Country (#8085)

Co-authored-by: Matthew Barrington <git@barrington.it>
This commit is contained in:
Matthew Barrington
2023-02-11 18:36:04 +00:00
committed by GitHub
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' },