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

Co-authored-by: Matthew Barrington <git@barrington.it>
pull/8090/head v4.4.2.6956
Matthew Barrington 1 year ago committed by GitHub
parent 8befa436cc
commit 9ea0957351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
FR, // France
DE, // Germany
GB, // Great Britain
IE, // Ireland
IT, // Italy
ES, // Spain
US, // United States

Loading…
Cancel
Save