mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: New Zealand as an option for Certificate Country
This commit is contained in:
@@ -20,7 +20,8 @@ export const certificationCountryOptions = [
|
|||||||
{ key: 'gb', value: 'Great Britain' },
|
{ key: 'gb', value: 'Great Britain' },
|
||||||
{ key: 'it', value: 'Italy' },
|
{ key: 'it', value: 'Italy' },
|
||||||
{ key: 'es', value: 'Spain' },
|
{ key: 'es', value: 'Spain' },
|
||||||
{ key: 'us', value: 'United States' }
|
{ key: 'us', value: 'United States' },
|
||||||
|
{ key: 'nz', value: 'New Zealand' }
|
||||||
];
|
];
|
||||||
|
|
||||||
function MetadataOptions(props) {
|
function MetadataOptions(props) {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|||||||
GB, //Great Britain
|
GB, //Great Britain
|
||||||
IT, //Italy
|
IT, //Italy
|
||||||
ES, //Spain
|
ES, //Spain
|
||||||
US //United States
|
US, //United States
|
||||||
|
NZ //New Zealand
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user