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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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' },

View File

@ -8,6 +8,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
FR, // France
DE, // Germany
GB, // Great Britain
IE, // Ireland
IT, // Italy
ES, // Spain
US, // United States